mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update demo
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OrmTest
|
|||||||
c.OrgId == 11 &&
|
c.OrgId == 11 &&
|
||||||
c.Pass == 0)))
|
c.Pass == 0)))
|
||||||
.ToSqlString();
|
.ToSqlString();
|
||||||
if (!sql.Contains("SELECT [Type] FROM [BaseProcess] WHERE ProcessPlanEntry1.[ProcessId]=[Id]"))
|
if (!sql.Contains("SELECT [Type] FROM [BaseProcess] WHERE [ProcessPlanEntry1].[ProcessId]=[Id]"))
|
||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user