|
@@ -77,8 +77,8 @@ public class StatusUtil {
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
switch (statusParam){
|
|
|
- case 0 : return Collections.singletonList(80);
|
|
|
- case 1 : return Arrays.asList(90,91,100,110);
|
|
|
+ case 0 : return Collections.singletonList(70);
|
|
|
+ case 1 : return Arrays.asList(80,90,91,100,110);
|
|
|
default: throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
}
|