修改变更后审核内容没有的问题

This commit is contained in:
yangjun 2026-02-03 16:19:33 +08:00
parent f5eed5a4f3
commit e646713208
1 changed files with 1 additions and 1 deletions

View File

@ -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'