From 17f734850330180d426e0d65cd64ffb41cb71cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E4=B8=9C?= <17363321594@163.com> Date: Tue, 30 Sep 2025 10:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=8A=9F=E8=83=BDbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOAN.Model/MES/product/ProWorkorder.cs | 2 +- DOAN.Service/MES/product/ProweekplanManageService.cs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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. 构建并返回分页结果