|
|
|
@ -667,16 +667,19 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getProjectPartNewBm" resultType="PlmProjectPartData"> |
|
|
|
select |
|
|
|
site, |
|
|
|
project_id, |
|
|
|
test_part_no, |
|
|
|
part_desc, |
|
|
|
now_bm, |
|
|
|
final_part_no |
|
|
|
from |
|
|
|
plm_project_part |
|
|
|
where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo}) |
|
|
|
SELECT code_no |
|
|
|
FROM plm_technical_specification_sheet |
|
|
|
WHERE site = #{site} and test_part_no = #{testPartNo} |
|
|
|
<!-- select--> |
|
|
|
<!-- site,--> |
|
|
|
<!-- project_id,--> |
|
|
|
<!-- test_part_no,--> |
|
|
|
<!-- part_desc,--> |
|
|
|
<!-- now_bm,--> |
|
|
|
<!-- final_part_no--> |
|
|
|
<!-- from--> |
|
|
|
<!-- plm_project_part--> |
|
|
|
<!-- where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo})--> |
|
|
|
<!-- and now_bm is not null--> |
|
|
|
</select> |
|
|
|
|
|
|
|
|