@@ -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) {