lyhzzz vor 9 Monaten
Ursprung
Commit
dbf2b5eeac

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

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