Просмотр исходного кода

修复推送类型判断逻辑

wangyunpeng 5 часов назад
Родитель
Сommit
1f011e2d1d

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

@@ -1040,6 +1040,7 @@ public class CoreServiceImpl implements CoreService {
                     continue;
                 }
                 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())) {
                     planAccountService.updateStatus(2, planAccountId);
                 }