update
This commit is contained in:
@@ -88,8 +88,8 @@ public class ExperimentController extends JeecgController<Experiment, IExperimen
|
||||
if (CollUtil.isNotEmpty(user)) {
|
||||
userDTOList = user.stream().map(ExperimentUserDTO::of).collect(Collectors.toList());
|
||||
experimentDTO.setExperimentUserList(userDTOList);
|
||||
experimentDTOList.add(experimentDTO);
|
||||
}
|
||||
experimentDTOList.add(experimentDTO);
|
||||
});
|
||||
Page result = new Page();
|
||||
result.setRecords(experimentDTOList);
|
||||
|
||||
Reference in New Issue
Block a user