Browse Source

因材施教-学生获取/年级/章节

SanHQin 1 week ago
parent
commit
6026264a7f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -9841,6 +9841,12 @@ router.route("/delete_course_personalizationById").all((req,res,next)=>{
 	postmysql(req, res, "delete_course_personalizationById");
 })
 
+//qgt 因材施教-学生获取年级/章节
+router.route("/select_course_category_classPeriodCountByLessonOrder_student").all((req,res,next)=>{
+	var json = queryString(req.url);
+  getmysql(req, res, "select_course_category_classPeriodCountByLessonOrder_student",json["uid"],json['type'],json['ccid']);
+})
+