Commit 1d691e4aac1a1531910b845380c665fcb8ec38ef

Authored by jiangjiazhi
1 parent 8ad13e0378

删除最后一次顿号

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DischargeAbstractFacade.java View file @ 1d691e4
... ... @@ -258,6 +258,7 @@
258 258 // 查询母亲信息
259 259 DischargeAbstractMotherQuery dischargeAbstractMotherQuery = new DischargeAbstractMotherQuery();
260 260 dischargeAbstractMotherQuery.setPatientId(patients.getId());
  261 + dischargeAbstractMotherQuery.setYn(YnEnums.YES.getId());
261 262 List<DischargeAbstractMotherModel> dischargeAbstractMotherModelList = dischargeAbstractMotherService.query(dischargeAbstractMotherQuery);
262 263  
263 264 if (dischargeAbstractMotherModelList == null || dischargeAbstractMotherModelList.size() == 0) {