|
@@ -1,6 +1,5 @@
|
|
|
package com.ym.mec.teacher.controller;
|
|
|
|
|
|
-import com.alibaba.fastjson.JSON;
|
|
|
import com.ym.mec.auth.api.client.SysUserFeignService;
|
|
|
import com.ym.mec.auth.api.entity.SysUser;
|
|
|
import com.ym.mec.biz.dal.dto.ClassDateAdjustDto;
|
|
@@ -60,7 +59,6 @@ public class TeacherCourseScheduleController extends BaseController {
|
|
|
if(null==user){
|
|
|
return failed(HttpStatus.FORBIDDEN, "请登录");
|
|
|
}
|
|
|
- System.out.println(JSON.toJSONString(user));
|
|
|
List<CourseScheduleDto> teacherCourseSchedulesWithDate = scheduleService.getTeacherCourseSchedulesWithDate(user.getId(),date,type);
|
|
|
Map<String,Object> result = new HashMap<>();
|
|
|
result.put("rows",teacherCourseSchedulesWithDate);
|