模具维修
This commit is contained in:
@@ -397,7 +397,8 @@ namespace Tnb.EquipMgr
|
||||
repairer_id = c.RealName,
|
||||
repairer_id_id = c.Id,
|
||||
remark = a.remark,
|
||||
status = f.FullName
|
||||
status = f.FullName,
|
||||
attachment=a.attachment
|
||||
}).ToPagedListAsync(input?.currentPage ?? 1, input?.pageSize ?? 50);
|
||||
|
||||
return PageResult<PadRepairListOutput>.SqlSugarPageResult(result);
|
||||
|
||||
Reference in New Issue
Block a user