|
|
|
@ -240,6 +240,7 @@ public class TeacherOpenCourseChatLogController extends BaseController {
|
|
|
|
|
PageQuery page = condition.getPageQuery();
|
|
|
|
|
// 为空则查询顶级
|
|
|
|
|
condition.setTeacherOpenCourseChatLogParentId(ObjectUtil.defaultIfNull(condition.getTeacherOpenCourseChatLogParentId(), 0L));
|
|
|
|
|
condition.setTeacherOpenCourseChatLogStatus(1);
|
|
|
|
|
teacherOpenCourseChatLogService.queryByCondition(page, true);
|
|
|
|
|
return JsonResult.success(page);
|
|
|
|
|
}
|
|
|
|
|