Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
FCL
2025-12-11 17:53:16 +08:00
21 changed files with 223 additions and 18 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 (