Commit 8cd626f0 authored by dahai's avatar dahai

push

parent 6855d053
......@@ -58,7 +58,7 @@ public class TaskListServiceImpl implements TaskListService {
switch (process) {
case "3":
taskListMapper.updateState3(taskId, process, name);
taskListMapper.updateState4(taskId, (Long.valueOf(process)+1)+"", name);
taskListMapper.updateState4(taskId, (Long.valueOf(process)+2)+"", name);
break;
case "4":
taskListMapper.updateState4(taskId, process, name);
......@@ -86,7 +86,7 @@ public class TaskListServiceImpl implements TaskListService {
break;
case "3":
failedCardEntity.setState((long)2);
failedCardEntity.setState((long)3);
failedCardEntity.setState((long)4);
break;
case "4":
failedCardEntity.setState((long)3);
......
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