mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
MySql DateTime Bug
This commit is contained in:
@@ -49,7 +49,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (type == PubConst.DateType)
|
||||
{
|
||||
this.DbType = System.Data.DbType.Date;
|
||||
this.DbType = System.Data.DbType.DateTime;
|
||||
}
|
||||
else if (type == PubConst.DobType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user