|
|
@ -123,6 +123,7 @@ public class BusinessAlertController extends BaseController { |
|
|
|
BusinessAlert businessAlert= businessAlertService.getBusinessAlert(alertId); |
|
|
|
businessAlert.setDeptName(deptName); |
|
|
|
businessAlert.setDeptId(deptId); |
|
|
|
businessAlert.setCreateTime(new Date()); |
|
|
|
//businessAlert.setJobName(deptName + businessAlert.getLabelCn() + DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss",businessAlert.getCreateTime()));
|
|
|
|
businessAlertService.updateBusinessAlert(businessAlert); |
|
|
|
RemoteStartProcess startProcess = new RemoteStartProcess(); |
|
|
|