|
|
@@ -48,7 +48,7 @@
|
|
|
and customer_id like CONCAT('%', #{customerId}, '%')
|
|
|
</if>
|
|
|
<if test="customerName != null and customerName != ''">
|
|
|
- and customer_namelike CONCAT('%', #{customerName}, '%')
|
|
|
+ and customer_name like CONCAT('%', #{customerName}, '%')
|
|
|
</if>
|
|
|
<if test="phoneNumber != null and phoneNumber != ''">
|
|
|
and phone_number = #{phoneNumber}
|