yujian
2020-06-08 b3da9f82b7740d39742fef1a81a56c22fe1c8b9c
fanli/src/main/java/com/yeshi/fanli/service/impl/lable/BoutiqueAutoRuleServiceImpl.java
@@ -47,13 +47,13 @@
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void deleteByPrimaryKey(Long id) throws BoutiqueAutoRuleException {
      boutiqueAutoRuleMapper.deleteByPrimaryKey(id);
   }
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void deleteBatchByPrimaryKey(List<Long> ids) throws BoutiqueAutoRuleException {
      for (Long id : ids) {
         boutiqueAutoRuleMapper.deleteByPrimaryKey(id);