|
@@ -622,6 +622,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
//临时逻辑 白名单内发小程序
|
|
//临时逻辑 白名单内发小程序
|
|
|
List<String> whiteList = new ArrayList<>();
|
|
List<String> whiteList = new ArrayList<>();
|
|
|
boolean isWhiteAccount = whiteList.contains(planAccount.getAccountId());
|
|
boolean isWhiteAccount = whiteList.contains(planAccount.getAccountId());
|
|
|
|
|
+
|
|
|
//判断是否插入小程序
|
|
//判断是否插入小程序
|
|
|
if (isWhiteAccount && planAccount.getMiniprogramInsertFlag() != null && planAccount.getMiniprogramInsertFlag() == 1) {
|
|
if (isWhiteAccount && planAccount.getMiniprogramInsertFlag() != null && planAccount.getMiniprogramInsertFlag() == 1) {
|
|
|
//获取小程序
|
|
//获取小程序
|