mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-26 21:38:32 +08:00
Update db.Reportable
This commit is contained in:
@@ -137,8 +137,8 @@ namespace SqlSugar
|
||||
{
|
||||
if (datas.Count == 1)
|
||||
{
|
||||
isDates = true;
|
||||
var data=datas.First();
|
||||
isDates = data is ReportableDateType;
|
||||
if (data is ReportableDateType)
|
||||
{
|
||||
var type = UtilMethods.ChangeType2(data, typeof(ReportableDateType));
|
||||
|
||||
Reference in New Issue
Block a user