admin
2020-01-08 3e236d3f70dc55de0357b5ae19e1e3dd1682374f
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()) {