Commit aa4560f150903f4c98a15ba17d91e656c3d18d75
1 parent
bc225eac84
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyHisService.java
View file @
aa4560f
| ... | ... | @@ -468,7 +468,7 @@ |
| 468 | 468 | List<DzReplace> hisDzReplaceList = queryRunner.query(conn,sql,new BeanListHandler<DzReplace>(DzReplace.class)); |
| 469 | 469 | if (CollectionUtils.isNotEmpty(hisDzReplaceList)) |
| 470 | 470 | { |
| 471 | - String jzkSql = "select 病人ID as id,卡号 as cardNo,登记记录 as combTime from zlhis.jzkghjl where 病人ID = '"+hisDzReplaceList.get(0).getId()+"'"; | |
| 471 | + String jzkSql = "select 病人ID as id,卡号 as cardNo,登记时间 as combTime from zlhis.jzkghjl where 病人ID = '"+hisDzReplaceList.get(0).getId()+"'"; | |
| 472 | 472 | allCardNoList = queryRunner.query(conn,jzkSql,new BeanListHandler<DzReplace>(DzReplace.class)); |
| 473 | 473 | System.out.println("vcCardNo list " + allCardNoList); |
| 474 | 474 | } |