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