修改bug
This commit is contained in:
parent
48590c7ca5
commit
94feeb181a
|
|
@ -23,7 +23,7 @@
|
|||
</foreach>
|
||||
</if>
|
||||
<if test="title != null and title != ''">
|
||||
and title like concat('%',#{title},'%')
|
||||
and d.title like concat('%',#{title},'%')
|
||||
</if>
|
||||
</select>
|
||||
<select id="getSuppliersOrgInfo" resultType="com.nu.entity.SuppliersOrgAllEntity">
|
||||
|
|
|
|||
Loading…
Reference in New Issue