修改供应商入驻审核列表数据查询错误的问题
This commit is contained in:
parent
e475a3a177
commit
0bf3993ba4
|
|
@ -23,7 +23,7 @@
|
|||
</foreach>
|
||||
</if>
|
||||
<if test="title != null and title != ''">
|
||||
and o.com_name like concat('%',#{title},'%')
|
||||
and d.depart_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 o.com_name like concat('%',#{title},'%')
|
||||
and d.depart_name like concat('%',#{title},'%')
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
|
@ -57,12 +57,12 @@
|
|||
select
|
||||
s.id as id,
|
||||
d.id as org_id,
|
||||
o.com_name as depart_name,
|
||||
d.depart_name as depart_name,
|
||||
d.org_code,
|
||||
concat(d.url,d.context_path) as server_url,
|
||||
o.org_leader,
|
||||
o.org_leader_phone,
|
||||
o.org_address
|
||||
d.org_leader,
|
||||
d.org_leader_phone,
|
||||
d.org_address
|
||||
,s.`status` as suppliers_status
|
||||
,s.audit_content
|
||||
,s.create_time
|
||||
|
|
|
|||
Loading…
Reference in New Issue