Browse Source

关注列表BUG修复

Michael 8 years ago
parent
commit
7cd300be97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/app/controller/AppUserController.java

+ 1 - 1
src/main/java/com/goafanti/app/controller/AppUserController.java

@@ -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)) {