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

+ 1 - 1
src/main/java/com/fdkankan/manage_jp/service/impl/UserPlatformServiceImpl.java

@@ -60,7 +60,7 @@ public class UserPlatformServiceImpl extends ServiceImpl<IUserPlatformMapper, Us
             if(platform != null){
                 UserPlatform userPlatform = new UserPlatform();
                 userPlatform.setUserId(userId);
-                userPlatform.setPlatformKey(platform.getKey());
+                userPlatform.setPlatformKey(platform.getPlatformKey());
                 userPlatform.setPlatformId(platform.getId());
                 this.save(userPlatform);
             }