|
|
@ -255,7 +255,7 @@ a.wiRevison,a.wiDate,a.routingRemark,a.routingAction, |
|
|
<insert id="savePlmBmPropertiesValueHeaderData"> |
|
|
<insert id="savePlmBmPropertiesValueHeaderData"> |
|
|
insert into plm_bm_propertiesValueHeader(Site,bu_no,PartNo,CodeNo,SubCodeSeqNo,SubCodeDesc,RecordType ) |
|
|
insert into plm_bm_propertiesValueHeader(Site,bu_no,PartNo,CodeNo,SubCodeSeqNo,SubCodeDesc,RecordType ) |
|
|
select #{site},#{buNo},#{codeNo},#{type},1,code_desc,'BM' from plm_bm_model_header |
|
|
select #{site},#{buNo},#{codeNo},#{type},1,code_desc,'BM' from plm_bm_model_header |
|
|
where site=${site} and bu_no=#{buNo} and function_type='BM' and code_no=#{type} |
|
|
|
|
|
|
|
|
where site=#{site} and bu_no=#{buNo} and function_type='BM' and code_no=#{type} |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
|
|
|
<insert id="savePlmBmPropertiesValueData"> |
|
|
<insert id="savePlmBmPropertiesValueData"> |
|
|
|