@ -1991,6 +1991,7 @@
where site = #{site}
and part_no = #{partNo}
and active = 'Y'
and show_in_query_flag = 'Y'
</select>
<!-- 单独的方法 修改项目物料的BU相关信息 -->
@ -2020,6 +2021,7 @@
p.configuration_id
from part p
where active = 'Y'
<if test="params.site != null and params.site != ''">
and p.site = #{params.site}
</if>
@ -188,6 +188,7 @@
where p.site = #{site}
and p.plm_part_no = #{partNo}
and temporary_part_flag != 'Y'
<select id="queryPLMPart" resultType="com.spring.modules.part.entity.PartInformationEntity">
@ -199,5 +200,6 @@
and p.part_no = #{partNo}
and status = 'Y'
</mapper>
@ -81,7 +81,8 @@
qd.adjust_test_cost,
qd.else_cost,
qd.adjust_else_cost,
pp.plm_part_no
pp.plm_part_no,
pp.ifs_part_no
from plm_quote_detail qd
left join plm_quote q on qd.quote_id = q.id
left join part pp
qd.current_quote_detail_item_no
qd.current_quote_detail_item_no,
from plm_quote_group_detail qd