mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update db.Reportable
This commit is contained in:
parent
950bfe7a59
commit
2b04188ddd
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user