mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Add unit test
This commit is contained in:
@@ -17,6 +17,8 @@ namespace OrmTest
|
||||
.ToSqlString();
|
||||
|
||||
|
||||
var test =db.Queryable<PRT_BMS_SA_WEBCON_DOC_V>().Where(a => a.SALESID == (long)SqlFunc.Subqueryable<PRT_BMS_SA_WEBCON_DTL_VP>().GroupBy(z => z.SALESID).Select(z => z.SALESID)).Select(a => new { a.SALESID, a.SACONNO }).Clone()
|
||||
.ToSqlString();
|
||||
}
|
||||
}
|
||||
[SugarTable("FLOW_TEMPLATE")]
|
||||
|
Reference in New Issue
Block a user