Commit 3289aae34d9255beb1d4a25aa70505b5fccceedc
1 parent
37efca7716
Exists in
master
and in
8 other branches
修改
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PredictedStatisticsFacade.java
View file @
3289aae
... | ... | @@ -2,6 +2,7 @@ |
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; | |
5 | 6 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
6 | 7 | import com.lyms.platform.common.enums.RiskDefaultTypeEnum; |
7 | 8 | import com.lyms.platform.common.enums.YnEnums; |
... | ... | @@ -33,7 +34,7 @@ |
33 | 34 | * @discription |
34 | 35 | */ |
35 | 36 | @Component |
36 | -public class PredictedStatisticsFacade { | |
37 | +public class PredictedStatisticsFacade extends BaseController { | |
37 | 38 | |
38 | 39 | @Autowired |
39 | 40 | private PatientsService patientsService; |