|
@@ -451,9 +451,6 @@ public class ClassTimeStatisticsServiceImpl extends MPJBaseServiceImpl<ClassTime
|
|
|
* 3、顶课类型为事假和病假的时候会扣除被顶老师的费用,根据设置为扣除4元
|
|
|
*/
|
|
|
BigDecimal reduceTimeAmount = BigDecimal.ZERO;
|
|
|
- if("朱文益".equals(teacher.getName())){
|
|
|
- System.out.println(reduceTimeAmount.doubleValue());
|
|
|
- }
|
|
|
{
|
|
|
//计算该老师发起的事假、病假顶课数据
|
|
|
List<CourseListVo> substituteList = allSubstituteList.stream().filter(x -> x.getExchangeTeacherId().equals(teacher.getId()))
|