mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update demo
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OrmTest
|
||||
c.OrgId == 11 &&
|
||||
c.Pass == 0)))
|
||||
.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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user