Browse Source

20240820 报价

java8
qiezi 2 years ago
parent
commit
274acfa56c
  1. 16
      src/main/resources/mapper/quote/QuotationInformationMapper.xml

16
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
</select>

Loading…
Cancel
Save