Commit 33a7d3a896cc2ce2d083d22645c6e437d98c9339

Authored by gengxiaokai
1 parent b08684e2fe

秦皇岛妇幼根据身份证号查询分娩接口

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyFmService.java View file @ 33a7d3a
... ... @@ -977,7 +977,7 @@
977 977 " and SYXH not in (select SYXH from JHMK_FMJL_LYMS where JSZ is not null and SC is not null and TZ is not null and YFZ is not null and SH is not null and CCQK is not null and CCQK <> '' " +
978 978 " and (SFFZRSTDT = ' 是 ' or SFSTDT = ' 是 ')) and SYXH="+patInfo.getSyxh()+"";
979 979  
980   - List<FmItem> itemList = queryRunner.query(conn, sql, new BeanListHandler<FmItem>(FmItem.class));
  980 + List<FmItem> itemList = queryRunner.query(conn, itemSql, new BeanListHandler<FmItem>(FmItem.class));
981 981 ExceptionUtils.catchException("size====" + itemList.size());
982 982  
983 983 if(CollectionUtils.isNotEmpty(itemList)){