Commit 46443b8725aa490f3fc66602cca01ea63115598f
1 parent
662fe8b531
Exists in
master
and in
2 other branches
威县统计功能开发
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/WxStatisticsController.java
View file @
46443b8
| 1 | 1 | package com.lyms.platform.operate.web.controller; | 
| 2 | 2 | |
| 3 | 3 | import com.lyms.platform.common.annotation.TokenRequired; | 
| 4 | +import com.lyms.platform.common.base.BaseController; | |
| 4 | 5 | import com.lyms.platform.common.base.LoginContext; | 
| 5 | 6 | import com.lyms.platform.common.constants.ErrorCodeConstants; | 
| 6 | 7 | import com.lyms.platform.common.result.BaseResponse; | 
| ... | ... | @@ -22,7 +23,7 @@ | 
| 22 | 23 | */ | 
| 23 | 24 | @Controller | 
| 24 | 25 | @RequestMapping("/wxtj") | 
| 25 | -public class WxStatisticsController { | |
| 26 | +public class WxStatisticsController extends BaseController { | |
| 26 | 27 | |
| 27 | 28 | |
| 28 | 29 | @Autowired |