Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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} |