master
cody 4 months ago
parent 2fa7f2e48c
commit 16c2878cc7

@ -449,7 +449,7 @@ class CourseSignController extends BaseController
$list[$key]['status'] = 0; $list[$key]['status'] = 0;
$list[$key]['status_name'] = '待审核'; $list[$key]['status_name'] = '待审核';
} }
$list[$key] = array_merge($list[$key], ['course_id' => $course_id]); $list[$key] = array_merge($list[$key], ['course_id' => $course_id, 'from' => '跟班学员']);
} }
return $this->success($list); return $this->success($list);
} }

Loading…
Cancel
Save