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