Commit 97242320da6ca0ef2be3f8636d211270effc5516
1 parent
24ea14955b
Exists in
master
and in
6 other branches
承德获取病人ID
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/Cdfy/CdfyHisService.java
View file @
9724232
| ... | ... | @@ -7,6 +7,7 @@ |
| 7 | 7 | import org.apache.commons.dbutils.QueryRunner; |
| 8 | 8 | import org.apache.commons.dbutils.handlers.BeanListHandler; |
| 9 | 9 | import org.apache.commons.lang.StringUtils; |
| 10 | +import org.springframework.stereotype.Service; | |
| 10 | 11 | |
| 11 | 12 | import java.sql.Connection; |
| 12 | 13 | import java.util.ArrayList; |
| ... | ... | @@ -15,6 +16,7 @@ |
| 15 | 16 | /** |
| 16 | 17 | * Created by Administrator on 2017/9/8. |
| 17 | 18 | */ |
| 19 | +@Service("cdfyHisService") | |
| 18 | 20 | public class CdfyHisService { |
| 19 | 21 | |
| 20 | 22 |