Jelajahi Sumber

增加注释

xueyiming 3 bulan lalu
induk
melakukan
9f62ae4a57

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

@@ -619,6 +619,7 @@ public class CoreServiceImpl implements CoreService {
             if (publishContent == null) {
                 continue;
             }
+            //临时逻辑 代运营计划不发小程序
             boolean isDYY = StringUtils.isNotEmpty(planAccount.getPlanName()) && planAccount.getPlanName().contains("代运营");
             //判断是否插入小程序
             if (!isDYY && planAccount.getMiniprogramInsertFlag() != null && planAccount.getMiniprogramInsertFlag() == 1) {