소스 검색

场景列表平台数据隔离

lyhzzz 9 달 전
부모
커밋
1895c6386f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/fdkankan/manage/service/impl/JyUserPlatformServiceImpl.java

+ 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);
     }