修改变更后审核内容没有的问题
This commit is contained in:
parent
f5eed5a4f3
commit
e646713208
|
|
@ -24,7 +24,7 @@
|
|||
ifnull(b.apply_status,'2') as apply_status,
|
||||
a.id AS suppliers_id,
|
||||
IFNULL(b.id, a.id) as apply_id,
|
||||
'' as apply_content
|
||||
b.apply_content as apply_content
|
||||
FROM nu_config_suppliers_info a
|
||||
LEFT JOIN nu_config_suppliers_apply b ON a.id = b.suppliers_id AND b.iz_history = 'N'
|
||||
WHERE a.del_flag = '0' AND a.iz_enabled = 'Y'
|
||||
|
|
|
|||
Loading…
Reference in New Issue