Commit 9432cc38288c24e6fa96ccf6391052ccfda67a30
1 parent
3289aae34d
Exists in
master
and in
8 other branches
修改
Showing 2 changed files with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PredictedStatisticsController.java
View file @
9432cc3
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.BaseListResponse; |
... | ... | @@ -26,7 +27,7 @@ |
26 | 27 | * @discription 孕产妇围产管理-统计管理-预产期统计管理 |
27 | 28 | */ |
28 | 29 | @Controller |
29 | -public class PredictedStatisticsController { | |
30 | +public class PredictedStatisticsController extends BaseController { | |
30 | 31 | |
31 | 32 | private Logger log = Logger.getLogger(this.getClass()); |
32 | 33 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PredictedStatisticsFacade.java
View file @
9432cc3
... | ... | @@ -2,7 +2,6 @@ |
2 | 2 | |
3 | 3 | import com.lyms.platform.biz.service.BasicConfigService; |
4 | 4 | import com.lyms.platform.biz.service.PatientsService; |
5 | -import com.lyms.platform.common.base.BaseController; | |
6 | 5 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
7 | 6 | import com.lyms.platform.common.enums.RiskDefaultTypeEnum; |
8 | 7 | import com.lyms.platform.common.enums.YnEnums; |
... | ... | @@ -34,7 +33,7 @@ |
34 | 33 | * @discription |
35 | 34 | */ |
36 | 35 | @Component |
37 | -public class PredictedStatisticsFacade extends BaseController { | |
36 | +public class PredictedStatisticsFacade { | |
38 | 37 | |
39 | 38 | @Autowired |
40 | 39 | private PatientsService patientsService; |