|
|
@@ -320,7 +320,7 @@ public class AppUserController extends BaseApiController {
|
|
|
Result res = new Result();
|
|
|
Integer pNo = 1;
|
|
|
Integer pSize = 10;
|
|
|
- if (null==type||type<0||type>5) {
|
|
|
+ if (null==type||type<0||type>8) {
|
|
|
res.getError().add(buildError( "类型选择错误", "类型选择错误"));
|
|
|
}
|
|
|
if (StringUtils.isNumeric(pageSize)) {
|