From 3d47a0e92a593bd84e4ec83a55674eac846dc670 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 16 Sep 2022 08:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java index f95968f..3e8ee2f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java @@ -5472,6 +5472,7 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService AntExChuQuery antExChuQuery = new AntExChuQuery(); antExChuQuery.setYn(YnEnums.YES.getId()); antExChuQuery.setPid(patientsModel.getPid()); + antExChuQuery.setStart(patientsModel.getLastMenses()); List antExChuModels = iAntExChuDao.query(antExChuQuery.convertToQuery().addOrder(Sort.Direction.DESC,"created")); if(CollectionUtils.isNotEmpty(antExChuModels)){ firstVisitHospital = couponMapper.findHospitalNameById(antExChuModels.get(0).getHospitalId()); -- 1.8.3.1