yj
2020-03-13 2f2860b50f24e5e3598d223db03d43df61d95c97
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);