Browse Source

Changes 修改站点绑定业务

cyan 3 months ago
parent
commit
f3950a498b

+ 2 - 1
jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/okki/site/service/impl/OkkiSiteServiceImpl.java

@@ -220,7 +220,8 @@ public class OkkiSiteServiceImpl extends ServiceImpl<OkkiSiteMapper, OkkiSite> i
             Map<String, List<Integer>> defaultUserIds = new HashMap<>();
             defaultUserIds.put("1", Arrays.asList(1294, 1297));
             defaultUserIds.put("2", Collections.singletonList(1230));
-            defaultUserIds.put("7", Arrays.asList(1293, 1412, 1511, 1541));
+            // seo
+            defaultUserIds.put("7", Arrays.asList(1293, 1412, 1452, 1374));
             defaultUserIds.put("9", Collections.singletonList(1415));
             defaultUserIds.put("10", Collections.singletonList(1543));
             defaultUserIds.put("4", Collections.singletonList(1290));