预报废驳回维修页面查看
This commit is contained in:
parent
d7674d35d5
commit
bf812851cd
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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(",");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue