Commit 3f0e45954373d7b933871a81c01ba097151a013b
1 parent
2d349fae78
Exists in
master
and in
1 other branch
德州
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyHisService.java
View file @
3f0e459
| ... | ... | @@ -459,7 +459,7 @@ |
| 459 | 459 | if (StringUtils.isNotBlank(cardNo)) { |
| 460 | 460 | Connection conn = com.lyms.hospitalapi.dzfy.ConnTools.makeHisConnection(); |
| 461 | 461 | QueryRunner queryRunner = new QueryRunner(true); |
| 462 | - String sql = "select id as Id from zlhis.v_patientinfo where cardno = '"+cardNo+"'"; | |
| 462 | + String sql = "select id as id from zlhis.v_patientinfo where cardno = '"+cardNo+"'"; | |
| 463 | 463 | try{ |
| 464 | 464 | |
| 465 | 465 | List<DzReplace> hisDzReplaceList = queryRunner.query(conn,sql,new BeanListHandler<DzReplace>(DzReplace.class)); |