|
|
@@ -10029,6 +10029,11 @@ router.route("/update_cocoStudyTest_settingById").all((req,res,next)=>{
|
|
|
postmysql(req, res, "update_cocoStudyTest_settingById");
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-获取已经做题的学生
|
|
|
+router.route("/select_cocoStudtWork_studentById").all((req,res,next)=>{
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "select_cocoStudtWork_studentById",json["uid"],json["id"]);
|
|
|
+})
|
|
|
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|