Browse Source

提交

pull/6/head
袁强 1 month ago
parent
commit
1cd95b2073
  1. 1
      dk-modules/business/src/main/java/org/dromara/business/controller/BusinessAlertController.java

1
dk-modules/business/src/main/java/org/dromara/business/controller/BusinessAlertController.java

@ -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();

Loading…
Cancel
Save