Update exp to sql

This commit is contained in:
sunkaixuan
2022-04-15 23:59:29 +08:00
parent c4ea537902
commit 483bc1ce6f

View File

@@ -138,7 +138,7 @@ namespace SqlSugar
return false;
}
var methodString = method.ToString();
if (methodString.IndexOf("GroupBy(")==0)
if (methodString.IndexOf("GroupBy(")<=0)
{
return false;
}