|
@@ -1040,6 +1040,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
if (Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.auto_group_publish.getVal()) ||
|
|
if (Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.auto_group_publish.getVal()) ||
|
|
|
|
|
+ Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.auto_publish.getVal())||
|
|
|
Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.batch_group_publish.getVal())) {
|
|
Objects.equals(planAccount.getPushType(), PublishGzhPushTypeEnum.batch_group_publish.getVal())) {
|
|
|
planAccountService.updateStatus(2, planAccountId);
|
|
planAccountService.updateStatus(2, planAccountId);
|
|
|
}
|
|
}
|