@@ -483,7 +483,7 @@
and b.NF = #{nf}
</if>
<if test="xmmc != null and xmmc != ''">
- and b.XMMC = #{xmmc}
+ and b.XMMC like '%'+#{xmmc}+'%'
<choose>
<when test="sortName != null and sortName != '' and sortOrder != null and sortOrder != ''">