|
|
|
@ -2656,4 +2656,14 @@ |
|
|
|
(#{item.site}, #{item.customerNo}, #{item.partNo}, #{item.customerPartNo}, getDate(), #{item.createBy}) |
|
|
|
</foreach> |
|
|
|
</insert> |
|
|
|
|
|
|
|
<delete id="deleteProjectPart"> |
|
|
|
delete from plm_project_part |
|
|
|
where site = #{site} and project_id = #{projectId} and test_part_no = #{testPartNo} |
|
|
|
</delete> |
|
|
|
|
|
|
|
<delete id="deleteCustomerPart"> |
|
|
|
delete from plm_customer_part_info |
|
|
|
where site = #{site} and customer_no = #{customerNo} and part_no = #{testPartNo} |
|
|
|
</delete> |
|
|
|
</mapper> |