浏览代码

Crm bug 修改

zdsong 4 周之前
父节点
当前提交
74d96da541
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      farm-crm-biz/src/main/resources/mapper/crm/MastCustomerMapper.xml

+ 1 - 1
farm-crm-biz/src/main/resources/mapper/crm/MastCustomerMapper.xml

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