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