|
@@ -271,7 +271,7 @@ public class TmProjectServiceImpl extends ServiceImpl<ITmProjectMapper, TmProjec
|
|
|
if(CollectionUtils.isEmpty(idList)){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
- if(commonDto.getStatus() != 1){ //设置教学项目
|
|
|
+ if(commonDto.getStatus() != 1){ //撤销教学项目
|
|
|
List<TmProject> tmProjects = this.listByIds(idList);
|
|
|
Set<String> projectDeptIds = tmProjects.stream().map(TmProject::getDeptId).collect(Collectors.toSet());
|
|
|
|