|
|
|
@ -118,13 +118,17 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<insert id="saveTechnicalSpecificationSheet"> |
|
|
|
insert into plm_technical_specification_sheet(site,code_no,project_id,test_part_no,status,rev_no,ECN_flag,ECN_no,ECN_address,remark, |
|
|
|
create_date,create_by,proofing_no,ori_code_no,bom_type,eng_chg_level,bom_alternative_no,routing_type,routing_revision,routing_alternative_no,stage,materialType,step_id |
|
|
|
,cqcOperator,faiOperator,peOperater,csOperater,mpOperator,rev,customer_rev) |
|
|
|
values |
|
|
|
(#{site},#{codeNo},#{projectId},#{testPartNo},#{status},#{revNo},#{ecnFlag},#{ecnNo},#{ecnAddress} |
|
|
|
,#{remark},GetDate(),#{createBy},#{proofingNo},#{oriCodeNo},#{bomType},#{engChgLevel,jdbcType=INTEGER},#{bomAlternativeNo},#{routingType},#{routingRevision,jdbcType=INTEGER},#{routingAlternativeNo},'Sample','Label',10 |
|
|
|
,#{cqcOperator},#{faiOperator},#{peOperater},#{csOperater},#{mpOperator},#{rev},#{customerRev}) |
|
|
|
insert into plm_technical_specification_sheet(site, code_no, project_id, test_part_no, status, rev_no, ECN_flag, |
|
|
|
ECN_no, ECN_address, remark, |
|
|
|
create_date, create_by, proofing_no, ori_code_no, bom_type, |
|
|
|
eng_chg_level, bom_alternative_no, routing_type, routing_revision, |
|
|
|
routing_alternative_no, stage, materialType, step_id |
|
|
|
, cqcOperator, faiOperator, peOperater, csOperater, mpOperator, rev, customer_rev,certification) |
|
|
|
values ( #{site}, #{codeNo}, #{projectId}, #{testPartNo}, #{status}, #{revNo}, #{ecnFlag}, #{ecnNo}, #{ecnAddress} |
|
|
|
, #{remark}, GetDate(), #{createBy}, #{proofingNo}, #{oriCodeNo}, #{bomType}, #{engChgLevel,jdbcType=INTEGER} |
|
|
|
, #{bomAlternativeNo}, #{routingType}, #{routingRevision,jdbcType=INTEGER}, #{routingAlternativeNo}, 'Sample' |
|
|
|
, 'Label', 10 |
|
|
|
, #{cqcOperator}, #{faiOperator}, #{peOperater}, #{csOperater}, #{mpOperator}, #{rev}, #{customerRev},'RoHs') |
|
|
|
</insert> |
|
|
|
|
|
|
|
<update id="updateProjectPartNowBm"> |
|
|
|
|