admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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);