mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update GBase
This commit is contained in:
@@ -132,7 +132,7 @@ namespace SqlSugar.GBase
|
||||
}
|
||||
else if (type == UtilConstants.BoolType)
|
||||
{
|
||||
return value.ObjToBool() ? "true" : "false";
|
||||
return value.ObjToBool() ? "t" : "f";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user