mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update exp to sql
This commit is contained in:
@@ -138,7 +138,7 @@ namespace SqlSugar
|
||||
return false;
|
||||
}
|
||||
var methodString = method.ToString();
|
||||
if (methodString.IndexOf("GroupBy(")==0)
|
||||
if (methodString.IndexOf("GroupBy(")<=0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user