工单功能bug修改
This commit is contained in:
parent
db0f7cfcfb
commit
17f7348503
@ -5,7 +5,7 @@ namespace DOAN.Model.MES.product
|
||||
/// 生产工单
|
||||
/// </summary>
|
||||
[SugarTable("pro_workorder")]
|
||||
public class ProWorkorder: PagerInfo
|
||||
public class ProWorkorder
|
||||
{
|
||||
/// <summary>
|
||||
/// 雪花id
|
||||
|
||||
@ -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. 构建并返回分页结果
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user