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