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