From f39fbb5e257a090f796817c3f9199484fddea972 Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Tue, 20 Aug 2024 15:55:32 +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
---
.../quote/QuotationInformationMapper.xml | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/main/resources/mapper/quote/QuotationInformationMapper.xml b/src/main/resources/mapper/quote/QuotationInformationMapper.xml
index 13fb05d6..323721e4 100644
--- a/src/main/resources/mapper/quote/QuotationInformationMapper.xml
+++ b/src/main/resources/mapper/quote/QuotationInformationMapper.xml
@@ -400,24 +400,24 @@
resultType="com.xujie.sys.modules.quote.entity.PriceCheckProperties">
select
site,
- ItemType as functionType,
- ItemNo,
- ItemDesc,
- DefaultValue,
- ValueType,
- ValueType_DB,
- ValueChooseFlag,
- MaxValue,
- MinValue
- from plm_properties_item where itemType = #{type} and site = #{site}
+ item_type as functionType,
+ item_no,
+ item_desc,
+ default_value,
+ value_type,
+ value_type_db,
+ value_choose_flag,
+ max_value,
+ min_value
+ from plm_properties_item where item_type = #{type} and site = #{site}
- AND ItemNo = #{itemNo}
+ AND item_no = #{itemNo}
- AND ItemDesc like #{itemDesc}
+ AND item_desc like #{itemDesc}
- and ItemNo not in (
+ and item_no not in (
#{item}