lyhzzz 9 달 전
부모
커밋
b137aefdeb
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

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