Update GBase

This commit is contained in:
sunkaixuan
2023-08-09 17:33:42 +08:00
parent fc08adee9d
commit da0459d6ac

View File

@@ -132,7 +132,7 @@ namespace SqlSugar.GBase
}
else if (type == UtilConstants.BoolType)
{
return value.ObjToBool() ? "true" : "false";
return value.ObjToBool() ? "t" : "f";
}
else
{