|
@@ -746,6 +746,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
|
|
|
@Override
|
|
|
public void initPlanAccount() {
|
|
|
+ log.info("initPlanAccount start");
|
|
|
//例外设置查询和存储
|
|
|
//获取当天不能发送操作计划的账号列表
|
|
|
List<AccountSpecialSettings> accountSpecialSettings = accountService.getAccountSpecialSettings();
|
|
@@ -824,7 +825,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ log.info("initPlanAccount end");
|
|
|
if (!CollectionUtils.isEmpty(planIdSet)) {
|
|
|
for (String planId : planIdSet) {
|
|
|
planAccountService.delPlan(planId);
|