diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml index afcd3fbba..df83ce86e 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml @@ -26,14 +26,16 @@ - - + + + + @@ -292,11 +294,11 @@ - update emis_tms_site_batch set del_flag='0' where id = #{id} + update emis_tms_site_batch set del_flag='1' where id = #{id} - update emis_tms_site_batch set del_flag='0' where id in + update emis_tms_site_batch set del_flag='1' where id in #{id}