|
@@ -123,7 +123,9 @@
|
|
w.contract_price as contractPrice,
|
|
w.contract_price as contractPrice,
|
|
c.comp_name as compName,
|
|
c.comp_name as compName,
|
|
c.comp_imo as taxRegistrationNo,
|
|
c.comp_imo as taxRegistrationNo,
|
|
- i.id as identityId
|
|
|
|
|
|
+ i.id as identityId,
|
|
|
|
+ i.customer_number_card as customerNumberCard,
|
|
|
|
+ i.comp_address as compAddress
|
|
FROM payment_management a
|
|
FROM payment_management a
|
|
left join quality_inspection_management q on q.relation_id = a.relation_id and q.comp_id = a.comp_id and q.delete_flag = 0
|
|
left join quality_inspection_management q on q.relation_id = a.relation_id and q.comp_id = a.comp_id and q.delete_flag = 0
|
|
left join weighing_management w on w.relation_id = a.relation_id and w.comp_id = a.comp_id and w.delete_flag = 0
|
|
left join weighing_management w on w.relation_id = a.relation_id and w.comp_id = a.comp_id and w.delete_flag = 0
|