模具维修

This commit is contained in:
qianjiawei
2023-11-30 16:30:52 +08:00
parent 325e1c8f07
commit defbe1243c
5 changed files with 48 additions and 3 deletions

View File

@@ -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);