Update demo

This commit is contained in:
sunkaixuan
2025-05-19 16:50:46 +08:00
parent 3553b089bd
commit 400e762222

View File

@@ -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");
} }