|
|
@ -188,6 +188,7 @@ |
|
|
from part p |
|
|
from part p |
|
|
where p.site = #{site} |
|
|
where p.site = #{site} |
|
|
and p.plm_part_no = #{partNo} |
|
|
and p.plm_part_no = #{partNo} |
|
|
|
|
|
and temporary_part_flag != 'Y' |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="queryPLMPart" resultType="com.spring.modules.part.entity.PartInformationEntity"> |
|
|
<select id="queryPLMPart" resultType="com.spring.modules.part.entity.PartInformationEntity"> |
|
|
@ -199,5 +200,6 @@ |
|
|
where p.site = #{site} |
|
|
where p.site = #{site} |
|
|
and p.part_no = #{partNo} |
|
|
and p.part_no = #{partNo} |
|
|
and status = 'Y' |
|
|
and status = 'Y' |
|
|
|
|
|
and temporary_part_flag != 'Y' |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |