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