diff --git a/DOAN.Model/MES/product/ProWorkorder.cs b/DOAN.Model/MES/product/ProWorkorder.cs index 09e86bd..1c7449e 100644 --- a/DOAN.Model/MES/product/ProWorkorder.cs +++ b/DOAN.Model/MES/product/ProWorkorder.cs @@ -5,7 +5,7 @@ namespace DOAN.Model.MES.product /// 生产工单 /// [SugarTable("pro_workorder")] - public class ProWorkorder: PagerInfo + public class ProWorkorder { /// /// 雪花id diff --git a/DOAN.Service/MES/product/ProweekplanManageService.cs b/DOAN.Service/MES/product/ProweekplanManageService.cs index 60b71a5..f102d22 100644 --- a/DOAN.Service/MES/product/ProweekplanManageService.cs +++ b/DOAN.Service/MES/product/ProweekplanManageService.cs @@ -358,9 +358,6 @@ namespace DOAN.Service.MES.product CreatedTime = item.CreatedTime, UpdatedBy = item.UpdateBy, UpdatedTime = item.UpdatedTime, - PageNum = datePlanRequest.PageNum, - PageSize = datePlanRequest.PageSize, - TotalNum = query.TotalNum, }); } // 4. 构建并返回分页结果