Commit f36d07d49ff4a0b381f56d95707de66abcab6378

Authored by 房远帅
1 parent b982a247

楚江ERP:客户资信列表-客户简称模糊搜索

... ... @@ -143,7 +143,7 @@
143 143 ]]>
144 144 </if>
145 145 <if test="vo.customerShortName != null and vo.customerShortName != ''">
146   - AND tb.customer_short_name LIKE CONCAT('%', #{vo.customerShortName})
  146 + AND tb.customer_short_name LIKE CONCAT('%', #{vo.customerShortName},'%')
147 147 </if>
148 148 <if test="vo.enterpriseType != null and vo.enterpriseType != ''">
149 149 AND tb.enterprise_type = #{vo.enterpriseType}
... ...