修改bug
This commit is contained in:
parent
48590c7ca5
commit
94feeb181a
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue