diff --git a/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml b/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml index 7ab5e6c..09c2c7f 100644 --- a/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml +++ b/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml @@ -301,24 +301,9 @@ , B.site , B.part_no , B.part_desc - , B.umid - , B.qty - , B.price - , B.material_cost - , B.produce_fee - , B.profit - , B.freight - , B.duty - , B.additional_cost , B.pur_lead_time - , B.remark - , B.tax , B.last_update_by , B.status - , B.tax_rate - , B.surface_fee - , B.purchase_cycle - , B.mould_fee , B.remark2 , E.user_display @@ -328,7 +313,7 @@ ,H.qty,H.umid,H.convert_factor,H.price ,H.tax_rate,H.tax,H.material_cost ,H.produce_fee,H.profit,H.additional_cost,H.freight,H.duty - ,H.surface_fee ,H.purchase_cycle ,H.mould_fee ,H.reason + ,H.surface_fee ,H.purchase_cycle ,H.mould_fee ,H.reason, H.remark from PurQuotationHeader as A left join PurQuotationDetail B on A.site = B.site and A.order_no = B.order_no