预报废驳回维修页面查看

This commit is contained in:
15856 2024-06-27 17:58:25 +08:00
parent d7674d35d5
commit bf812851cd
2 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@
company_id, company_id,
</if> </if>
<if test="scrapReason != null and scrapReason != ''"> <if test="scrapReason != null and scrapReason != ''">
audit_remark, remark,
</if> </if>
<if test="scrapType != null and scrapType != ''"> <if test="scrapType != null and scrapType != ''">
scrap_type, scrap_type,

View File

@ -293,7 +293,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
scrapApplyDetails.setCreateBy(String.valueOf(SecurityUtils.getLoginUser().getUserid())); scrapApplyDetails.setCreateBy(String.valueOf(SecurityUtils.getLoginUser().getUserid()));
scrapApplyDetails.setCreateTime(new Date()); scrapApplyDetails.setCreateTime(new Date());
scrapApplyDetails.setCompanyId((long) companyId); scrapApplyDetails.setCompanyId((long) companyId);
scrapApplyDetails.setAuditRemark(bean.getScrapReason()); scrapApplyDetails.setRemark(bean.getScrapReason());
//根据fileIds获取所有的图片地址 //根据fileIds获取所有的图片地址
if (StringUtils.isNotEmpty(bean.getFileIds())){ if (StringUtils.isNotEmpty(bean.getFileIds())){
String[] fileIsList = bean.getFileIds().split(","); String[] fileIsList = bean.getFileIds().split(",");