Kaynağa Gözat

场景列表平台数据隔离

lyhzzz 9 ay önce
ebeveyn
işleme
4da0825010

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

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