@ -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>