修改了最大导出量为10000
This commit is contained in:
@@ -62,6 +62,8 @@ namespace WMS.Web.Repositories
|
||||
|
||||
|
||||
#region 条件
|
||||
// DateTime dt= DateTime.Now.AddDays(-30);
|
||||
|
||||
if (!string.IsNullOrEmpty(dto.User))
|
||||
res = res.Where(w => userIds.Contains(w.UserId));
|
||||
if (dto.BeginDate != null)
|
||||
|
||||
Reference in New Issue
Block a user