From 274acfa56ce850a61b08c0ba5d8df1623bc834b9 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 20 Aug 2024 15:53:16 +0800 Subject: [PATCH] =?UTF-8?q?20240820=20=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/quote/QuotationInformationMapper.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/mapper/quote/QuotationInformationMapper.xml b/src/main/resources/mapper/quote/QuotationInformationMapper.xml index c424c142..13fb05d6 100644 --- a/src/main/resources/mapper/quote/QuotationInformationMapper.xml +++ b/src/main/resources/mapper/quote/QuotationInformationMapper.xml @@ -383,15 +383,15 @@ a.function_type, a.properties_item_no as itemNo, a.seq_no, - b.ItemDesc, - b.DefaultValue, - b.ValueType, - b.ValueType_DB, - b.ValueChooseFlag, - b.MaxValue, - b.MinValue + b.item_desc, + b.default_value, + b.value_type, + b.value_type_db, + b.value_choose_flag, + b.max_value, + b.min_value FROM plm_properties_model_detail a - left join plm_properties_item b on a.function_type = b.itemType and a.properties_item_no = b.itemNo and a.site = b.site + left join plm_properties_item b on a.function_type = b.item_type and a.properties_item_no = b.item_no and a.site = b.site where a.function_type = #{type} and a.code_no = #{code} and a.site = #{site} order by a.order_id