lyhzzz 9 月之前
父節點
當前提交
dbf2b5eeac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/manage/service/impl/JyUserPlatformServiceImpl.java

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