|
|
|
@ -10,7 +10,8 @@ |
|
|
|
dbo.get_technicalSpecificationTeamName(a.site,a.code_no,'technician') technician,process, |
|
|
|
dbo.get_technicalSpecificationTeamName(a.site,a.code_no,'quotationOfficer') quotationOfficer,c.customer_Id |
|
|
|
,a.picture_addess,a.customerPictureChangeRemark,a.productionFileComments,a.bom_type,a.eng_chg_level,a.bom_alternative_no,a.routing_type,a.routing_revision, |
|
|
|
a.routing_alternative_no |
|
|
|
a.routing_alternative_no,a.pod, |
|
|
|
a.mpOperator,dbo.get_userDisPlay(a.mpOperator) mpOperatorName |
|
|
|
FROM plm_technical_specification_sheet a |
|
|
|
left join view_Project_Part b on a.site=b.site and a.project_id=b.project_id and a.test_part_no=b.test_part_no |
|
|
|
left join plm_project_info c on a.site=c.site and a.project_id=c.project_id |
|
|
|
@ -85,7 +86,9 @@ |
|
|
|
,a.overPrintOperator, a.printOperator,dbo.get_userDisPlay(a.overPrintOperator) overPrintOperatorName,dbo.get_userDisPlay(a.printOperator) printOperatorName |
|
|
|
,a.peOperater,dbo.get_userDisPlay(a.peOperater) peOperaterName |
|
|
|
,a.csOperater,dbo.get_userDisPlay(a.csOperater) csOperaterName |
|
|
|
,a.dccOperater,dbo.get_userDisPlay(a.dccOperater) dccOperaterName,isnull(a.step_id,10) stepId,d.is_reject,a.pod |
|
|
|
,a.dccOperater,dbo.get_userDisPlay(a.dccOperater) dccOperaterName,isnull(a.step_id,10) stepId,d.is_reject,a.pod, |
|
|
|
a.mpOperator,dbo.get_userDisPlay(a.mpOperator) mpOperatorName |
|
|
|
,dbo.get_technicalSpecificationTeamName(a.site,a.code_no,'technician') technician |
|
|
|
FROM plm_technical_specification_sheet a |
|
|
|
left join view_Project_Part b on a.site=b.site and a.project_id=b.project_id and a.test_part_no=b.test_part_no |
|
|
|
left join plm_project_info c on a.site=c.site and a.project_id=c.project_id |
|
|
|
@ -136,7 +139,7 @@ |
|
|
|
<update id="updateBMBasicInformation" > |
|
|
|
update plm_technical_specification_sheet set status=#{status},stage=#{stage},remarkPage=#{remarkPage} |
|
|
|
,rev_no=#{revNo},ECN_no=#{ecnNo},ECN_flag=#{ecnFlag},ECN_address=#{ecnAddress},cqcOperator=#{cqcOperator},update_date=GetDate(),update_by=#{updateBy} |
|
|
|
,faiOperator=#{faiOperator},peOperater=#{peOperater},csOperater=#{csOperater},dccOperater=#{dccOperater},pod=#{pod} |
|
|
|
,faiOperator=#{faiOperator},peOperater=#{peOperater},csOperater=#{csOperater},dccOperater=#{dccOperater},pod=#{pod},mpOperator=#{mpOperator} |
|
|
|
where site=#{site} and code_no=#{codeNo} |
|
|
|
</update> |
|
|
|
|
|
|
|
|