修改bug

This commit is contained in:
yangjun 2026-02-04 14:52:36 +08:00
parent 48590c7ca5
commit 94feeb181a
1 changed files with 1 additions and 1 deletions

View File

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