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