修改查询语句

This commit is contained in:
yangjun 2025-11-03 10:34:29 +08:00
parent 5b9bde77de
commit e47b6f5b0d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
d.item_text as tagName, d.item_text as tagName,
c.material_img c.material_img
FROM nu_invoicing_qgd_info a FROM nu_invoicing_qgd_info a
LEFT JOIN nu_warehouse_material_info b on a.wl_id = b.wl_id LEFT JOIN nu_warehouse_material_info b on a.wl_id = b.wl_id and b.del_flag='0' and b.iz_enabled='0'
LEFT JOIN nu_config_material_info c on a.wl_id = c.id LEFT JOIN nu_config_material_info c on a.wl_id = c.id
left join sys_dict_item d on c.tag_type = d.item_value and d.dict_id = '1978662656563613698' left join sys_dict_item d on c.tag_type = d.item_value and d.dict_id = '1978662656563613698'
${ew.customSqlSegment} ${ew.customSqlSegment}