退料接收时,检查结算表拿到待退料数量,防止多退

This commit is contained in:
sxu 2024-08-28 13:20:24 +08:00
parent 4c81a2d9dc
commit c2b6c94ba5
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@
SELECT SELECT
bai.id, bai.id,
bai.task_id as taskId, bai.task_id as taskId,
bai.back_person as backPerson,
tta.agreement_id as agreementId, tta.agreement_id as agreementId,
mt.type_id as modelId, mt.type_id as modelId,
mt2.type_id as typeId, mt2.type_id as typeId,