mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update split table
This commit is contained in:
@@ -38,6 +38,10 @@ namespace SqlSugar
|
|||||||
result =this.Context.SqlQueryable<object>(result).Skip(Skip??0).Take(Take??0).ToSql().Key;
|
result =this.Context.SqlQueryable<object>(result).Skip(Skip??0).Take(Take??0).ToSql().Key;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (result.IndexOf("-- No table") > 0)
|
||||||
|
{
|
||||||
|
return "-- No table";
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user