已知问题优化
This commit is contained in:
@@ -49,6 +49,7 @@ namespace dy.net.repository
|
||||
.WhereIF(start2.HasValue, x => x.CreateTime >= start2.Value)
|
||||
.WhereIF(end2.HasValue, x => x.CreateTime <= end2.Value)
|
||||
.WhereIF(enumviedoType.HasValue, x => x.ViedoType == enumviedoType)
|
||||
.WhereIF(!string.IsNullOrWhiteSpace(dto.CookieId),x=>x.CookieId==dto.CookieId)
|
||||
.WhereIF(dto.ViedoType == "4", x => x.IsMergeVideo == 1);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user