lyhzzz 9 mesiacov pred
rodič
commit
d089136eaa

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