diff --git a/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyFmService.java b/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyFmService.java index 25aa593..f0e1c5a 100644 --- a/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyFmService.java +++ b/platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdfyFmService.java @@ -977,7 +977,7 @@ public class QhdfyFmService { " 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 <> '' " + " and (SFFZRSTDT = ' 是 ' or SFSTDT = ' 是 ')) and SYXH="+patInfo.getSyxh()+""; - List itemList = queryRunner.query(conn, sql, new BeanListHandler(FmItem.class)); + List itemList = queryRunner.query(conn, itemSql, new BeanListHandler(FmItem.class)); ExceptionUtils.catchException("size====" + itemList.size()); if(CollectionUtils.isNotEmpty(itemList)){