Browse Source

feat:教师端课酬

Joburgess 4 years ago
parent
commit
7dff115e85

+ 3 - 3
mec-biz/src/main/java/com/ym/mec/biz/service/impl/CourseScheduleTeacherSalaryServiceImpl.java

@@ -2402,9 +2402,9 @@ public class CourseScheduleTeacherSalaryServiceImpl extends BaseServiceImpl<Long
 
         List<LocalDateBigDecimalMapDto> monthIncomeMapList = courseScheduleTeacherSalaryDao.teacherIncomeStat(teacherId, year, month);
 
-        if(CollectionUtils.isEmpty(monthIncomeMapList)){
-            return result;
-        }
+//        if(CollectionUtils.isEmpty(monthIncomeMapList)){
+//            return result;
+//        }
 
         if(Objects.isNull(month)){
             Set<String> months = monthIncomeMapList.stream().map(e -> DateUtil.dateToString(e.getDate(), "yyyy-MM")).collect(Collectors.toSet());