Commit 57f41ce676dfef83daad7fa8a3ecedde6133bc8d
1 parent
9fd0fe9123
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SieveController.java
View file @
57f41ce
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.enums.ChanQResultEnums; |
... | ... | @@ -30,7 +31,7 @@ |
30 | 31 | * Created by Administrator on 2016/6/29 0029. |
31 | 32 | */ |
32 | 33 | @Controller |
33 | -public class SieveController { | |
34 | +public class SieveController extends BaseController { | |
34 | 35 | @Autowired |
35 | 36 | private SieveFacade sieveFacade; |
36 | 37 |