Compare commits
No commits in common. "3b5e6b4ef2307b1ba8bd198ec59fec82ebd76dff" and "14221a8945a6df8461439612459bc8be95c6052f" have entirely different histories.
3b5e6b4ef2
...
14221a8945
|
|
@ -41,8 +41,7 @@
|
|||
t.purchase_group,
|
||||
t.callback_result,
|
||||
t.warehouse,
|
||||
t.storage_days,
|
||||
t.storage_location
|
||||
t.storage_days
|
||||
FROM qms_incoming_inspection_task t
|
||||
LEFT JOIN qms_qc_material m ON t.material_id = m.id
|
||||
LEFT JOIN qms_inspection_standard s ON t.inspection_standard_id = s.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue