Commit 515d1dc9 authored by 胡斌's avatar 胡斌

增加模型状态

parent 66b8c680
This diff is collapsed.
...@@ -245,7 +245,10 @@ public class TaskManageController { ...@@ -245,7 +245,10 @@ public class TaskManageController {
} else { } else {
action = "修改"; action = "修改";
} }
//System.out.println(runTask.getFrequency()); // System.out.println(runTask.getFrequency());
runTask.setTaskRunStatus("2");
runTask.setTaskStatus("1");
runTaskService.saveRunTask(runTask); runTaskService.saveRunTask(runTask);
String tabName = "自定义任务"; String tabName = "自定义任务";
if (new Long(1).equals(runTask.getDefaultTaskType())) { if (new Long(1).equals(runTask.getDefaultTaskType())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment