소스 검색

增加日志

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

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

@@ -840,6 +840,8 @@ public class CoreServiceImpl implements CoreService {
                                   List<AccountSpecialSettings> sendAccountSpecialSettings) {
 
         //当天计划不发送
+        log.info("accountSpecialSettings={}", accountSpecialSettings);
+        log.info("sendAccountSpecialSettings={}", sendAccountSpecialSettings);
         for (AccountSpecialSettings accountSpecialSetting : accountSpecialSettings) {
             List<PlanAccount> planAccountList = planAccountService.getPlanAccount(accountSpecialSetting.getAccountId());
             if (CollectionUtils.isEmpty(planAccountList)) {