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