Browse Source

患者统计

recovery
zhizhi wu 5 years ago
parent
commit
9d5437a092
  1. 2
      tcm/src/main/resources/mapper_dao/PatientDao.xml

2
tcm/src/main/resources/mapper_dao/PatientDao.xml

@ -230,7 +230,7 @@
<if test="param.hospitalId!=null and param.hospitalId!=0 "> <if test="param.hospitalId!=null and param.hospitalId!=0 ">
and tpi.hospital_id=#{param.hospitalId} and tpi.hospital_id=#{param.hospitalId}
</if> </if>
<if test="inputStatus!=null and inputStatus.size()>0"> <if test="inputStatus!=null and inputStatus.length>0">
and tpi.input_status in and tpi.input_status in
<foreach collection="inputStatus" item="item" open="(" close=")" separator=","> <foreach collection="inputStatus" item="item" open="(" close=")" separator=",">
#{item} #{item}

Loading…
Cancel
Save