Ver código fonte

Changes 修改数据业务

cyan 6 dias atrás
pai
commit
32b001806a

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

@@ -222,8 +222,10 @@ public class OkkiSiteServiceImpl extends ServiceImpl<OkkiSiteMapper, OkkiSite> i
             defaultUserIds.put("2", Collections.singletonList(1230));
             // seo
             defaultUserIds.put("7", Arrays.asList(1293, 1412, 1452, 1374, 1676, 1694, 1716));
+            // sem manage
             defaultUserIds.put("9", Arrays.asList(1415, 1718));
-            defaultUserIds.put("10", Arrays.asList(1543, 1717));
+            // sem
+            defaultUserIds.put("10", Arrays.asList(1543, 1717, 1726));
             defaultUserIds.put("4", Collections.singletonList(1290));
             defaultUserIds.put("8", Arrays.asList(1593, 1594));
             defaultUserIds.put("12", Arrays.asList(1364, 1409));