소스 검색

重试超过2h设置为失败

xueyiming 11 달 전
부모
커밋
65b669a741
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -734,6 +734,7 @@ public class CoreServiceImpl implements CoreService {
                     }
                     update.setStatus(3);
                     publishContentMapper.updateByExampleSelective(update, publishContentExample);
+                    planAccountService.updateRetry(planAccount);
                     LarkRobotUtil.sendMessage("重试超过2h失败,pushId=", pushId);
                 }
             }