yujian
2020-06-02 47b369e9e644373ca0e6c011a9093868f57e5d92
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()) {