Commit bc9c379f219ecf76527f9b1722477404fa2dc84a

Authored by shiyang
1 parent 8c4a397552

隆化11月需求-孕产妇围产管理---统计管理---外院建档本院分娩统计和区县改为f.fmHospital 字段条件查询

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterMysqlAntexc.xml View file @ bc9c379
... ... @@ -2912,7 +2912,7 @@
2912 2912 WHERE
2913 2913 p.ENABLE IS NULL
2914 2914 <if test="hospitalId != null">
2915   - and p.hospitalId IN
  2915 + and f.fmHospital IN
2916 2916 <foreach item="item" index="index" collection="hospitalId" open="(" separator="," close=")">
2917 2917 #{item}
2918 2918 </foreach>