- 优化 AND OR 简写的表达式解析;

This commit is contained in:
2881099
2023-09-11 18:14:50 +08:00
parent 9561ec22c3
commit 4e740c3072
4 changed files with 21 additions and 98 deletions

View File

@ -600,6 +600,8 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
var tqq01 = fsql.Select<User1>().Where(a => a.IsDeleted || a.IsDeleted || a.IsDeleted).ToSql();
fsql.GlobalFilter.Apply<User1>("test01", a => a.IsDeleted == false);
var updatejoin031sql = fsql.Update<User1>()