From 0c13cea1ab8ff12e36bebfd3ae0d01dc5f0ab693 Mon Sep 17 00:00:00 2001 From: yanyan <513352169@qq.com> Date: Mon, 20 Apr 2026 14:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7=E5=88=86=E9=A1=B5=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplier/PurQuotationDetailMapper.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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