【实训导出BUG修复】

This commit is contained in:
weizhihong 2023-06-01 18:26:29 +08:00
parent ec6e78dbcb
commit f3ec423779
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ public class Training2PublishService {
List<PublishedTraining2WithBLOBs> training2WithBLOBsList = publishedDao.selectByExampleWithBLOBs(example);
Map<Long, List<PublishedTraining2WithBLOBs>> mapTrainingMap = training2WithBLOBsList.stream().peek(t -> {
t.setId(null);
t.setMapId(null);
t.setUpdateTime(null);
t.setCreateTime(null);
}).collect(Collectors.groupingBy(PublishedTraining2WithBLOBs::getMapId));