重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -122,7 +122,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
var pageList = resultWithDefects.Skip((parm.PageNum - 1) * parm.PageSize).Take(parm.PageSize).ToList();
|
||||
|
||||
// 返回包含数据和统计数据的对象
|
||||
var result = new { statistics = statistics, pageList ,total = resultWithDefects.Count };
|
||||
var result = new { statistics = statistics, pageList, total = resultWithDefects.Count };
|
||||
|
||||
return SUCCESS(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user