mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
-
This commit is contained in:
@@ -347,7 +347,7 @@ namespace SqlSugar
|
||||
inValue1 = ("(" +string.Join(",", inArray.Distinct().ToArray() )+ ")");
|
||||
if (value.EqualCase( "true"))
|
||||
{
|
||||
inValue1.Replace("1", "true").Replace("0", "false");
|
||||
inValue1=inValue1.Replace("1", "true").Replace("0", "false");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user