Browse Source

hscode属性

java8
han\hanst 1 month ago
parent
commit
b9ececcbdd
  1. 2
      src/main/resources/mapper/ecss/CoDelMapper.xml

2
src/main/resources/mapper/ecss/CoDelMapper.xml

@ -413,7 +413,7 @@ create_by,create_date,update_by,update_date
case when c.value_type_db = 'N' and c.default_value != '' then c.default_value else null end, case when c.value_type_db = 'N' and c.default_value != '' then c.default_value else null end,
#{recordType} #{recordType}
from plm_properties_item c from plm_properties_item c
left join plm_properties_model_header d on c.site=d.site and d.code_no=#{codeNo}
left join plm_properties_model_header d on c.site=d.site and d.code_no=#{codeNo} and d.function_type=c.item_Type
where c.Item_No = #{propertiesItemNo} where c.Item_No = #{propertiesItemNo}
and c.site = #{site} and c.site = #{site}
and c.bu_no=#{buNo} and c.bu_no=#{buNo}

Loading…
Cancel
Save