|
|
|
@ -40,12 +40,13 @@ |
|
|
|
qda.update_by, |
|
|
|
qda.update_date, |
|
|
|
ppi.item_desc, |
|
|
|
ppi.value_type |
|
|
|
ppi.value_type, |
|
|
|
ppi.value_type_db |
|
|
|
from plm_quote_detail_attribute qda |
|
|
|
left join plm_properties_item ppi on qda.site = ppi.site |
|
|
|
and qda.bu_no = ppi.bu_no |
|
|
|
and qda.item_type = ppi.item_type |
|
|
|
and qda.item_no = ppi.item_no |
|
|
|
left join plm_properties_item ppi on qda.site = ppi.site |
|
|
|
and qda.bu_no = ppi.bu_no |
|
|
|
and qda.item_type = ppi.item_type |
|
|
|
and qda.item_no = ppi.item_no |
|
|
|
where quote_detail_id = #{quoteDetailId} |
|
|
|
</select> |
|
|
|
<select id="queryQuoteDetailAttributeByItem" |
|
|
|
|