|
@@ -51,9 +51,9 @@ public class WmTaskSupervisionServiceImpl extends ServiceImpl<WmTaskSupervisionM
|
|
|
UpmsState.TaskSupervisionState state;
|
|
|
if (CollUtil.containsAny(roles, List.of(49, 52, 53, 56))) {
|
|
|
state = UpmsState.TaskSupervisionState.INIT;
|
|
|
- } else if (CollUtil.containsAny(roles, List.of(51, 54, 55, 61))) {
|
|
|
- state = UpmsState.TaskSupervisionState.CKT1;
|
|
|
} else if (CollUtil.containsAny(roles, List.of(57, 58, 59, 60))) {
|
|
|
+ state = UpmsState.TaskSupervisionState.CKT1;
|
|
|
+ } else if (CollUtil.containsAny(roles, List.of(51, 54, 55, 61))) {
|
|
|
state = UpmsState.TaskSupervisionState.CKT2;
|
|
|
} else if (CollUtil.containsAny(roles, List.of(39))) {
|
|
|
state = UpmsState.TaskSupervisionState.PASSED;
|