fix:物料管理业务逻辑修改。新增库存数据统计查询

This commit is contained in:
yd
2025-12-11 16:32:57 +08:00
parent 6a3d585802
commit 33543e5330
18 changed files with 120 additions and 15 deletions

View File

@@ -79,7 +79,7 @@
PDT.CNL_FLG,
PDT.SYS_DEPT_CD,
PDT.RMK,
ASN_SUM.INB_QTY_SUM AS INB_QTY
COALESCE(ASN_SUM.INB_QTY_SUM, 0) AS INB_QTY
FROM
T_MTRL_PDT PDT
LEFT JOIN (