Commit 95cf2be68a75fdc9a8dc4484235b293ef6516e0c
1 parent
12ee7509d7
Exists in
master
and in
8 other branches
platform permission
add return pageinfo
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
95cf2be
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | * Created by zhang.rui on 2015/9/28 0028. |
30 | 30 | */ |
31 | 31 | @Controller |
32 | -public class OrganizationController extends RestController { | |
32 | +public class OrganizationController extends BaseController { | |
33 | 33 | @Autowired |
34 | 34 | private UsersService usersService; |
35 | 35 | @Autowired |