工单功能bug修改

This commit is contained in:
杨晓东 2025-09-30 10:33:04 +08:00
parent db0f7cfcfb
commit 17f7348503
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ namespace DOAN.Model.MES.product
/// 生产工单
/// </summary>
[SugarTable("pro_workorder")]
public class ProWorkorder: PagerInfo
public class ProWorkorder
{
/// <summary>
/// 雪花id

View File

@ -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. 构建并返回分页结果