Przeglądaj źródła

场景列表平台数据隔离

lyhzzz 9 miesięcy temu
rodzic
commit
1895c6386f

+ 1 - 0
src/main/java/com/fdkankan/manage/service/impl/JyUserPlatformServiceImpl.java

@@ -57,6 +57,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
         if(loginPlatformId == null){
             throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
         }
+        param.setPlatformId(loginPlatformId);
         this.bindPlatform(param.getId(),loginPlatformId);
     }