mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update unit test
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OrmTest
|
||||
.Where(x => x.IpfCode == "" && x.PmId == pm1.Id)
|
||||
.Select(x => SqlFunc.AggregateSum(SqlFunc.ToDecimal(x.SbrAmount))))
|
||||
}).ToSqlString();
|
||||
if (!sql.Contains("`bil_payment` pm1"))
|
||||
if (!sql.Contains("`bil_payment` `pm1`"))
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user