|
|
|
@ -1353,7 +1353,7 @@ |
|
|
|
LEFT JOIN plm_project_part as b on a.site = b.site and a.part_no = b.test_part_no |
|
|
|
LEFT JOIN plm_project_info as c on b.site = c.site and b.project_id = c.project_id |
|
|
|
LEFT JOIN plm_customer_part_info as d on c.site = d.site and c.customer_id = d.customer_no and b.test_part_no = d.part_no |
|
|
|
where a.site = #{site} and a.part_no = #{testPartNo} and c.customer_id = #{customerId} |
|
|
|
where a.site = #{site} and a.part_no = #{testPartNo} and c.customer_id = #{customerId} and b.project_id = #{projectId} |
|
|
|
</select> |
|
|
|
|
|
|
|
<!-- 新增项目物料 --> |
|
|
|
|