修改查询语句
This commit is contained in:
parent
5b9bde77de
commit
e47b6f5b0d
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue