|
|
@@ -9973,6 +9973,16 @@ router.route("/select_cocoStudyTest_ById").all((req,res,next)=>{
|
|
|
getmysql(req, res, "select_cocoStudyTest_ById",json["uid"],json["id"]);
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-修改测验的题目
|
|
|
+router.route("/update_cocoStudyTest_testJsonById").all((req,res,next)=>{
|
|
|
+ postmysql(req, res, "update_cocoStudyTest_testJsonById");
|
|
|
+})
|
|
|
+
|
|
|
+//qgt 自主学习-修改测验的json
|
|
|
+router.route("/update_cocoStudyTest_jsonById").all((req,res,next)=>{
|
|
|
+ postmysql(req, res, "update_cocoStudyTest_jsonById");
|
|
|
+})
|
|
|
+
|
|
|
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|