|
|
@@ -10278,6 +10278,13 @@ router.route("/select_cocoStudyAnalysis").all((req,res,next)=>{
|
|
|
getmysql(req, res, "select_cocoStudyAnalysis",json["uid"],json["pid"],json["type"],json["index"]);
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-整体修改测验
|
|
|
+router.route("/update_cocoStudyTest").all((req,res,next)=>{
|
|
|
+ postmysql(req, res, "update_cocoStudyTest");
|
|
|
+})
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
//教师管理 查看填写范围的教师权限
|
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|
|
|
postmysql(req, res, "getTestWorkTeacherCount");
|