|
@@ -25,7 +25,7 @@ public class StatusUtil {
|
|
}
|
|
}
|
|
switch (statusParam){
|
|
switch (statusParam){
|
|
case 0 : return Collections.singletonList(0);
|
|
case 0 : return Collections.singletonList(0);
|
|
- case 1 : return Arrays.asList(10,20,30,40,50,70,80,90,91,100);
|
|
|
|
|
|
+ case 1 : return Arrays.asList(10,20,30,40,50,60,70,80,90,91,100);
|
|
case 2 : return Arrays.asList(110);
|
|
case 2 : return Arrays.asList(110);
|
|
default: throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
default: throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
}
|
|
}
|