修改bug

This commit is contained in:
yangjun 2026-02-04 17:33:18 +08:00
parent 94feeb181a
commit de73d67ce2
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</foreach>
</if>
<if test="title != null and title != ''">
and d.title like concat('%',#{title},'%')
and o.com_name like concat('%',#{title},'%')
</if>
</select>
<select id="getSuppliersOrgInfo" resultType="com.nu.entity.SuppliersOrgAllEntity">
@ -49,7 +49,7 @@
</foreach>
</if>
<if test="title != null and title != ''">
and title like concat('%',#{title},'%')
and o.com_name like concat('%',#{title},'%')
</if>
</select>