admin
2020-01-03 1e4e20573dfc917e7b43068da35ee532a192aacd
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()) {