lyhzzz пре 9 месеци
родитељ
комит
b137aefdeb

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

@@ -157,6 +157,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
         if(jyPlatformUserWait != null){
             JyUserPlatform jyUserPlatform = new JyUserPlatform();
             BeanUtils.copyProperties(jyPlatformUserWait,jyUserPlatform);
+            jyUserPlatform.setId(null);
             jyUserPlatforms.add(jyUserPlatform);
         }