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