mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update .net core project
This commit is contained in:
@@ -115,7 +115,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public override string ToCountSql(string sql)
|
public override string ToCountSql(string sql)
|
||||||
{
|
{
|
||||||
if (this.GroupByValue.HasValue())
|
if (this.GroupByValue.HasValue()||this.IsDistinct)
|
||||||
{
|
{
|
||||||
return base.ToCountSql(sql);
|
return base.ToCountSql(sql);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user