mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Update db.Reportable
This commit is contained in:
parent
950bfe7a59
commit
2b04188ddd
@ -137,8 +137,8 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (datas.Count == 1)
|
if (datas.Count == 1)
|
||||||
{
|
{
|
||||||
isDates = true;
|
|
||||||
var data=datas.First();
|
var data=datas.First();
|
||||||
|
isDates = data is ReportableDateType;
|
||||||
if (data is ReportableDateType)
|
if (data is ReportableDateType)
|
||||||
{
|
{
|
||||||
var type = UtilMethods.ChangeType2(data, typeof(ReportableDateType));
|
var type = UtilMethods.ChangeType2(data, typeof(ReportableDateType));
|
||||||
|
Loading…
Reference in New Issue
Block a user