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