|
|
|
@ -58,8 +58,9 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getTechnicalCustomerInfoData" resultType="TechnicalCustomerInfoData"> |
|
|
|
select a.id,b.customer_id,c.customer_desc as customerName,c.remark as customerDesc ,b.customer_Remark,b.remark |
|
|
|
from plm_technical_specification_sheet a left join plm_project_info b on a.site=b.site and a.project_id=b.project_id |
|
|
|
select a.id,b.customer_id,c.customer_desc as customerName,c.customer_description as customerDesc ,b.customer_Remark,b.remark |
|
|
|
from plm_technical_specification_sheet a |
|
|
|
left join plm_project_info b on a.site=b.site and a.project_id=b.project_id |
|
|
|
left join plm_customer_information c on b.site=c.site and b.customer_id=c.customer_no where a.id=#{id} |
|
|
|
|
|
|
|
</select> |
|
|
|
@ -637,7 +638,7 @@ update_date,update_by,id |
|
|
|
</insert> |
|
|
|
|
|
|
|
<update id="updateBMCutDetail"> |
|
|
|
update plm_bm_Cut set [action]=#{action},remarks=#{remarks} |
|
|
|
update plm_bm_Cut set [action]=#{action},remarks=#{remarks}, |
|
|
|
update_date=GetDate(),update_by=#{updateBy} where site=#{site} and code_no=#{codeNo} |
|
|
|
</update> |
|
|
|
|
|
|
|
|