Commit f36d07d49ff4a0b381f56d95707de66abcab6378

Authored by 房远帅
1 parent b982a247

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

@@ -143,7 +143,7 @@ @@ -143,7 +143,7 @@
143 ]]> 143 ]]>
144 </if> 144 </if>
145 <if test="vo.customerShortName != null and vo.customerShortName != ''"> 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 </if> 147 </if>
148 <if test="vo.enterpriseType != null and vo.enterpriseType != ''"> 148 <if test="vo.enterpriseType != null and vo.enterpriseType != ''">
149 AND tb.enterprise_type = #{vo.enterpriseType} 149 AND tb.enterprise_type = #{vo.enterpriseType}