Commit 7c177d8105406fac045340e1d4c36e49901e2c14
1 parent
30a1c418c5
Exists in
master
and in
6 other branches
全部孕妇管理增加按照排序
Showing 1 changed file with 0 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TempController.java
View file @
7c177d8
1 | 1 | package com.lyms.platform.operate.web.controller; |
2 | 2 | |
3 | -import com.lyms.platform.biz.service.PatientsService; | |
4 | 3 | import com.lyms.platform.common.annotation.TokenRequired; |
5 | 4 | import com.lyms.platform.common.base.BaseController; |
6 | 5 | import com.lyms.platform.common.base.LoginContext; |
7 | 6 | |
... | ... | @@ -8,15 +7,12 @@ |
8 | 7 | import com.lyms.platform.operate.web.facade.TempFacade; |
9 | 8 | import com.lyms.platform.operate.web.request.TempAddRequest; |
10 | 9 | import com.lyms.platform.operate.web.request.TempQueryRequest; |
11 | -import org.apache.commons.lang.StringUtils; | |
12 | -import org.hibernate.validator.constraints.NotEmpty; | |
13 | 10 | import org.slf4j.Logger; |
14 | 11 | import org.slf4j.LoggerFactory; |
15 | 12 | import org.springframework.beans.factory.annotation.Autowired; |
16 | 13 | import org.springframework.stereotype.Controller; |
17 | 14 | import org.springframework.web.bind.annotation.RequestMapping; |
18 | 15 | import org.springframework.web.bind.annotation.RequestMethod; |
19 | -import org.springframework.web.bind.annotation.RequestParam; | |
20 | 16 | import org.springframework.web.bind.annotation.ResponseBody; |
21 | 17 | |
22 | 18 | import javax.servlet.http.HttpServletRequest; |