@ -1842,7 +1842,7 @@
</insert>
<select id="queryPart" resultType="com.spring.modules.part.entity.PartInformationEntity">
select site,
select top 100 site,
part_no,
part_desc,
spec,
@ -1851,7 +1851,9 @@
status,
um_id
from part
where site = #{site} and part_no = #{partNo} and active = 'Y'
where site = #{site}
and part_no = #{partNo}
and active = 'Y'
</select>
<!-- 单独的方法 修改项目物料的BU相关信息 -->
@ -1863,6 +1865,7 @@
<select id="queryPartByPartNo" resultType="com.spring.modules.part.entity.PartInformationEntity">
select
top 100
site,