Browse Source

疫情上报

dev
李鹏飞 6 years ago
parent
commit
8c1fecc598
  1. 4
      esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/epidemic/EpidemicDao.xml

4
esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/epidemic/EpidemicDao.xml

@ -64,10 +64,10 @@
AND DATE_FORMAT( epidemic.CREATED_TIME, '%Y-%m-%d' ) BETWEEN #{startTime} AND #{endTime}
</if>
<if test="mobile != null and mobile != ''">
AND epidemic.MOBILE = #{mobile}
AND epidemic.MOBILE like concat('%', #{mobile}, '%')
</if>
<if test="reporter != null and reporter != ''">
AND epidemic.REPORTER = #{reporter}
AND epidemic.REPORTER like concat('%', #{reporter}, '%')
</if>
<if test="streetId != null and streetId != ''">
AND (find_in_set(#{streetId},epidemic.PARENT_DEPT_IDS)

Loading…
Cancel
Save