lyhzzz 9 hónapja
szülő
commit
9e78514e95

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

@@ -113,6 +113,9 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
             jyPlatforms.forEach(e -> map.put(e.getId(),e));
         }
         for (JyUserPlatformVo record : page.getRecords()) {
+            if(record.getRyId() == null){
+                record.setCreateTime(null);
+            }
             JyPlatform jyPlatform = map.get(record.getPlatformId());
             if(jyPlatform != null){
                 record.setPlatformName(jyPlatform.getPlatformName());