zxc 3 years ago
parent
commit
2cf9e573ab
  1. 1
      epmet-user/epmet-user-server/src/main/resources/mapper/IcPointNucleicMonitoringDao.xml

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

@ -138,6 +138,7 @@
from ic_point_nucleic_monitoring
where DEL_FLAG = 0
and CUSTOMER_ID = #{customerId}
and ENABLE_FLAG = 'enable'
<if test="name != null and name != ''">
and NAME like CONCAT('%' ,#{name}, '%')
</if>

Loading…
Cancel
Save