|
|
|
@ -139,7 +139,7 @@ |
|
|
|
</update> |
|
|
|
|
|
|
|
<delete id="deleteTechnicalSpecificationTeamsForBase"> |
|
|
|
delete from plm_technicalSpecification_team where site=#{site} and code_no=#{codeNo} and type in ('quotationOfficer','engineer','technician') |
|
|
|
delete from plm_technicalSpecification_team where site=#{site} and code_no=#{codeNo} and type in ('quotationOfficer','engineer','technician','dcc') |
|
|
|
</delete> |
|
|
|
<delete id="deleteTechnicalSpecificationTeamsForDetail"> |
|
|
|
delete from plm_technicalSpecification_team where site=#{site} and code_no=#{codeNo} and type in ('reviewEngineer','peEngineer','cqe') |
|
|
|
|