Commit de3a2e0240f4f7f6c56d3f2260b6ae25554c465c
1 parent
f4e15ff97a
Exists in
master
and in
6 other branches
产前诊断
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/DiagnosisController.java
View file @
de3a2e0
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.result.BaseObjectResponse; |
6 | 7 | import com.lyms.platform.common.result.BaseResponse; |
... | ... | @@ -25,7 +26,7 @@ |
25 | 26 | * Created by Administrator on 2018/9/17. |
26 | 27 | */ |
27 | 28 | @Controller |
28 | -public class DiagnosisController { | |
29 | +public class DiagnosisController extends BaseController { | |
29 | 30 | |
30 | 31 | @Autowired |
31 | 32 | private DiagnosisFacaed diagnosisFacaed; |