Commit bc3c925cefa197d9ce429071a369d8839cb9650b

Authored by landong2015
1 parent 99391c51b2

update

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PremaritalCheckupController.java View file @ bc3c925
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.BaseListResponse;
6 7 import com.lyms.platform.common.result.BaseObjectResponse;
... ... @@ -22,7 +23,7 @@
22 23 * Created by Administrator on 2016/11/23 0023.
23 24 */
24 25 @Controller
25   -public class PremaritalCheckupController {
  26 +public class PremaritalCheckupController extends BaseController{
26 27  
27 28 @Autowired
28 29 private PremaritalCheckupFacade premaritalCheckupFacade;