Commit a2df52fd by huangfusuper

修改枚举标识

parent 9c91f7c9
......@@ -9,7 +9,8 @@ public enum RunResultEnum {
TRIGGER_ERROR("2","调度失败"),
RUN_SUCCESS("1","执行成功"),
RUN_ERROR("2","执行失败"),
KILL_SUCCESS("5","节点被kill")
KILL_SUCCESS("5","节点被kill"),
JOB_RUN_ING("0","任务正在运行中")
;
private String code;
private String msg;
......
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