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