客户库存盘点明细

This commit is contained in:
mzr 2024-11-02 11:29:29 +08:00
parent 78cf4b37fe
commit 2ba2b59130
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
b.count_num, b.count_num,
b.goods_num b.goods_num
FROM crm_inventory_info a FROM crm_inventory_info a
LEFT JOIN pd1 b ON a.id = b.bill_id LEFT JOIN client_pd_num_view b ON a.id = b.bill_id
WHERE a.confirm_status = '1' AND a.company_id = #{companyId} WHERE a.confirm_status = '1' AND a.company_id = #{companyId}
<include refid="dateSel_a" /> <include refid="dateSel_a" />
) tt1 ) tt1