Commit 7f4624460e685c322b2a11a43f6c33f7e57932ff
1 parent
03346def8d
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 10 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java
View file @
7f46244
... | ... | @@ -3,22 +3,15 @@ |
3 | 3 | import com.lyms.platform.common.annotation.TokenRequired; |
4 | 4 | import com.lyms.platform.common.base.BaseController; |
5 | 5 | import com.lyms.platform.common.base.LoginContext; |
6 | -import com.lyms.platform.common.constants.ErrorCodeConstants; | |
7 | 6 | import com.lyms.platform.common.result.BaseResponse; |
8 | -import com.lyms.platform.operate.web.facade.ApplyOrderFacade; | |
9 | 7 | import com.lyms.platform.operate.web.facade.AreaCountFacade; |
10 | -import com.lyms.platform.operate.web.request.ApplyOrderQueryRequest; | |
11 | -import com.lyms.platform.operate.web.request.BabyApplyOrderQueryRequest; | |
12 | -import com.lyms.platform.operate.web.request.ReferralApplyOrderAddRequest; | |
13 | -import com.lyms.platform.operate.web.request.SieveApplyOrderAddRequest; | |
14 | -import org.apache.commons.lang.StringUtils; | |
8 | + | |
15 | 9 | import org.springframework.beans.factory.annotation.Autowired; |
16 | 10 | import org.springframework.stereotype.Controller; |
17 | 11 | import org.springframework.web.bind.annotation.*; |
18 | 12 | |
19 | 13 | import javax.servlet.http.HttpServletRequest; |
20 | 14 | import javax.servlet.http.HttpServletResponse; |
21 | -import javax.validation.Valid; | |
22 | 15 | |
23 | 16 | /** |
24 | 17 | * |
25 | 18 | |
... | ... | @@ -27,9 +20,10 @@ |
27 | 20 | */ |
28 | 21 | @Controller |
29 | 22 | public class AreaCountController extends BaseController { |
30 | - | |
23 | + | |
31 | 24 | @Autowired |
32 | - private AreaCountFacade areaCountFacade; | |
25 | + private AreaCountFacade areaCountFacade; | |
26 | + | |
33 | 27 | /** |
34 | 28 | * 产检券使用统计 |
35 | 29 | * @param request |