|
@@ -157,7 +157,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
|
|
|
}
|
|
|
}
|
|
|
List<JyPlatformUserWait> jyPlatformUserWaits = platformUserWaitService.getByQueryKey(param.getQueryKey());
|
|
|
- if(jyPlatformUserWaits.isEmpty()){
|
|
|
+ if(!jyPlatformUserWaits.isEmpty()){
|
|
|
for (JyPlatformUserWait jyPlatformUserWait : jyPlatformUserWaits) {
|
|
|
JyUserPlatform jyUserPlatform = new JyUserPlatform();
|
|
|
BeanUtils.copyProperties(jyPlatformUserWait,jyUserPlatform);
|