|
@ -118,7 +118,7 @@ public class BusinessAlertServiceImpl implements IBusinessAlertService { |
|
|
public BusinessAlert addBusinessAlert(BusinessAlertVo param) { |
|
|
public BusinessAlert addBusinessAlert(BusinessAlertVo param) { |
|
|
BusinessAlert alert = MapstructUtils.convert(param, BusinessAlert.class); |
|
|
BusinessAlert alert = MapstructUtils.convert(param, BusinessAlert.class); |
|
|
alert.setCreateTime(new Date()); |
|
|
alert.setCreateTime(new Date()); |
|
|
alert.setJobName(alert.getLabelCn()+ DateUtils.getTime()); |
|
|
// alert.setJobName(alert.getLabelCn()+ DateUtils.getTime());
|
|
|
//创建案件号
|
|
|
//创建案件号
|
|
|
try { |
|
|
try { |
|
|
incrementalAlertCount(alert); |
|
|
incrementalAlertCount(alert); |
|
@ -180,11 +180,11 @@ public class BusinessAlertServiceImpl implements IBusinessAlertService { |
|
|
log.info("flowCode:{}",flowCode); |
|
|
log.info("flowCode:{}",flowCode); |
|
|
|
|
|
|
|
|
startProcess.setFlowCode(flowCode); |
|
|
startProcess.setFlowCode(flowCode); |
|
|
map.put("deptId",alertVo.getDeptId()); |
|
|
map.put("deptId",alert.getDeptId()); |
|
|
map.put("deptName",alertVo.getDeptName()); |
|
|
map.put("deptName",alert.getDeptName()); |
|
|
map.put("labelCn",alertVo.getLabelCn()); |
|
|
map.put("labelCn",alert.getLabelCn()); |
|
|
map.put("labelEn",alertVo.getLabelEn()); |
|
|
map.put("labelEn",alert.getLabelEn()); |
|
|
map.put("jobName",alertVo.getJobName()); |
|
|
map.put("jobName",alert.getJobName()); |
|
|
noticeList.add(map); |
|
|
noticeList.add(map); |
|
|
remoteStartProcessList.add(startProcess); |
|
|
remoteStartProcessList.add(startProcess); |
|
|
} |
|
|
} |
|
|