|
|
|
|
@ -33,6 +33,8 @@ public class QcCheckUnqualifiedServiceImpl implements IQcCheckUnqualifiedService
|
|
|
|
|
protected Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
|
|
@Value("${OA.ZL0010}")
|
|
|
|
|
private String ZL0010;
|
|
|
|
|
@Value("${OA.ZL0030}")
|
|
|
|
|
private String ZL0030;
|
|
|
|
|
@Autowired
|
|
|
|
|
private QcCheckUnqualifiedMapper qcCheckUnqualifiedMapper;
|
|
|
|
|
|
|
|
|
|
@ -346,7 +348,7 @@ public class QcCheckUnqualifiedServiceImpl implements IQcCheckUnqualifiedService
|
|
|
|
|
paramMap.put("user",task.getUser());//提交人工号;
|
|
|
|
|
paramMap.put("requestLevel",0);//流程紧急度
|
|
|
|
|
paramMap.put("requestName","ZL0030-品质异常流程-智能制造-"+DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss",detailInfo.getIncomeTime())+"(产品名称:"+detailInfo.getMaterialName()+")");//流程名称
|
|
|
|
|
paramMap.put("workflowId",ZL0010);//该流程对应的唯- workFlowld
|
|
|
|
|
paramMap.put("workflowId",ZL0030);//该流程对应的唯- workFlowld
|
|
|
|
|
|
|
|
|
|
StringBuffer mainObject = new StringBuffer();
|
|
|
|
|
mainObject.append("{");
|
|
|
|
|
|