Commit 3edbd09f2b50abf7a42804b20d0f410df29f77da
1 parent
787ced5cb8
Exists in
master
and in
6 other branches
秦皇岛出院日期
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyHisService.java
View file @
3edbd09
| ... | ... | @@ -997,7 +997,7 @@ |
| 997 | 997 | if (StringUtils.isNotBlank(blNo)) { |
| 998 | 998 | Connection conn = com.lyms.hospitalapi.qhdfy.ConnTools.makeHisConnection(); |
| 999 | 999 | QueryRunner queryRunner = new QueryRunner(); |
| 1000 | - String sql = "select syxh from VW_LYMS_XSE_BRSYK where blh = '" + blNo + "' and cyrq is not null and ksdm ='2545' and bqdm = '206' "; | |
| 1000 | + String sql = "select syxh,ryrq,cyrq from VW_LYMS_XSE_BRSYK where blh = '" + blNo + "' and cyrq is not null and ksdm ='2545' and bqdm = '206' "; | |
| 1001 | 1001 | try { |
| 1002 | 1002 | List<BabyDischargeDiagnosisModel> list = queryRunner.query(conn,sql , new BeanListHandler<BabyDischargeDiagnosisModel>(BabyDischargeDiagnosisModel.class)); |
| 1003 | 1003 | if (CollectionUtils.isNotEmpty(list)) { |