预报废驳回维修页面查看
This commit is contained in:
parent
d7674d35d5
commit
bf812851cd
|
|
@ -531,7 +531,7 @@
|
|||
company_id,
|
||||
</if>
|
||||
<if test="scrapReason != null and scrapReason != ''">
|
||||
audit_remark,
|
||||
remark,
|
||||
</if>
|
||||
<if test="scrapType != null and scrapType != ''">
|
||||
scrap_type,
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
|
|||
scrapApplyDetails.setCreateBy(String.valueOf(SecurityUtils.getLoginUser().getUserid()));
|
||||
scrapApplyDetails.setCreateTime(new Date());
|
||||
scrapApplyDetails.setCompanyId((long) companyId);
|
||||
scrapApplyDetails.setAuditRemark(bean.getScrapReason());
|
||||
scrapApplyDetails.setRemark(bean.getScrapReason());
|
||||
//根据fileIds获取所有的图片地址
|
||||
if (StringUtils.isNotEmpty(bean.getFileIds())){
|
||||
String[] fileIsList = bean.getFileIds().split(",");
|
||||
|
|
|
|||
Loading…
Reference in New Issue