Browse Source

1127

master
ruanqi 1 year ago
parent
commit
158eecaf45
  1. 2
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

2
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

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

Loading…
Cancel
Save