Browse Source

【核酸】核酸检测

dev
sunyuchao 3 years ago
parent
commit
dcdf02e6b0
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcNatDao.xml

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

@ -43,7 +43,7 @@
del_flag = '0' del_flag = '0'
AND customer_id = #{customerId} AND customer_id = #{customerId}
<if test='null != agencyId and "" != agencyId'> <if test='null != agencyId and "" != agencyId'>
AND pids like concat('%', #{agencyId}, '%') AND (agency_id = #{agencyId} OR pids like concat('%', #{agencyId}, '%'))
</if> </if>
<if test='null != name and "" != name'> <if test='null != name and "" != name'>
AND name like concat('%', #{name}, '%') AND name like concat('%', #{name}, '%')

Loading…
Cancel
Save