优化接口
This commit is contained in:
@@ -835,6 +835,7 @@ namespace WMS.Web.Repositories
|
||||
CreateTime = s.order.CreateTime.ToString("yyyy-MM-dd HH:mm:ss"),
|
||||
Remark = s.detail.Remark,
|
||||
IsRepeal = s.detail.IsRepeal ?? false,
|
||||
SaleBillNo=s.detail.SaleBillNo,
|
||||
}).OrderByDescending(x => x.Id).Skip((dto.PageNo - 1) * dto.PageSize).Take(dto.PageSize).ToListAsync();
|
||||
|
||||
return (list, total);
|
||||
|
||||
Reference in New Issue
Block a user