Commit a3da2fd9c94ac2b3d0954637dbc6ffd28e946626

Authored by shiyang
1 parent 217367e7a9

update

Showing 2 changed files with 3 additions and 4 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterMysqlAntexc.xml View file @ a3da2fd
... ... @@ -2977,10 +2977,10 @@
2977 2977 INNER JOIN report_patients p ON p.patientId = f.sourceId
2978 2978 WHERE
2979 2979 p.ENABLE IS NULL
2980   - AND f.fmHospital <![CDATA[ <> ]]> #{hospitalId}
2981   - AND p.hospitalId <![CDATA[ <> ]]> #{hospitalId}
  2980 + AND f.fmHospital <![CDATA[ <> ]]> '2100001605'
  2981 + AND p.hospitalId <![CDATA[ <> ]]> '2100001605'
2982 2982 <if test="startTime != null">
2983   - AND f.dueDate1 <![CDATA[ >= ]]> #{startTime}
  2983 + AND f.dueDate1 >= #{startTime}
2984 2984 </if>
2985 2985 <if test="endTime != null">
2986 2986 AND f.dueDate1 <![CDATA[ <= ]]> #{endTime}
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ a3da2fd
... ... @@ -3991,7 +3991,6 @@
3991 3991 List<Map<String,Object>> wyjdbyfm =mysqlAntexcService.getLhWyFmManage(param2);
3992 3992 //外院建档外院分娩
3993 3993 Map param3 = new HashMap();
3994   - param2.put("hospitalId",hospitalId);//当前登录用户医院的id
3995 3994 param3.put("startTime",startTime);
3996 3995 param3.put("endTime",endTime);
3997 3996 int wyjdwyfm =mysqlAntexcService.getLhWyJdWyFmManage(param3);