Commit 68a79c54 authored by 鲁鑫's avatar 鲁鑫

采购信息记录验证是否已完成质量检验补充

parent 186edd7e
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
sap_quality_info_record_item t sap_quality_info_record_item t
LEFT JOIN sap_quality_info_record s ON t.sap_quality_info_record_id = s.id LEFT JOIN sap_quality_info_record s ON t.sap_quality_info_record_id = s.id
LEFT JOIN sap_non_prod_apply_dept d ON t.MATNR = d.MATNR LEFT JOIN sap_non_prod_apply_dept d ON t.MATNR = d.MATNR
AND d.MTART IN ( 'ZYCL', 'ZBCP', 'ZZCP', 'ZFBL' )
WHERE s.STATUS = 3 WHERE s.STATUS = 3
AND d.MTART IN ( 'ZYCL', 'ZBCP', 'ZZCP', 'ZFBL' )
AND t.MATNR = ? AND t.MATNR = ?
AND t.LIEFERANT = ? AND t.LIEFERANT = ?
AND t.zvdatai >= ? AND t.zvdatai >= ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment