admin
2020-03-23 e4ee46557cffc21be597d017a0d16f8e310f6077
fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushInfoServiceImpl.java
@@ -265,7 +265,7 @@
   
   
   @Override
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   public void executePush(PushInfo record) throws Exception, PushInfoException, PushException {
      if (PushInfo.STATE_SUCCESS == record.getState()) {