Browse Source

疫苗接种点,核酸检测点 优化

feature/evaluate
wanggongfeng 3 years ago
parent
commit
8394c932db
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcPointNucleicMonitoringDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcPointNucleicMonitoringDao.xml

@ -60,7 +60,7 @@
and MOBILE like CONCAT('%', #{mobile}, '%')
</if>
<if test="orgId != null and orgId != ''">
and (ORG_ID = #{orgId} or FIND_IN_SET(#{orgId},PIDS))
and (ORG_ID = #{orgId} or PIDS like CONCAT('%',#{orgId},'%'))
</if>
order by CREATED_TIME desc
</select>

Loading…
Cancel
Save