浏览代码

管乐迷需求迭代

zouxuan 2 年之前
父节点
当前提交
045614f20c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentManageServiceImpl.java

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentManageServiceImpl.java

@@ -135,6 +135,7 @@ public class StudentManageServiceImpl implements StudentManageService {
             List<Integer> organIds = dataList.stream().map(e -> e.getOrganId()).distinct().collect(Collectors.toList());
             List<Integer> courseTeacherIds = dataList.stream().map(e -> e.getCourseTeacher()).distinct().collect(Collectors.toList());
             organIds.removeAll(Collections.singleton(null));
+            courseTeacherIds.removeAll(Collections.singleton(null));
             List<SysUserCashAccount> accounts = sysUserCashAccountDao.findByUserIds(userIds);
             Map<Integer, Organization> organMap = null;
             if(!CollectionUtils.isEmpty(organIds)){