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}