|
|
@@ -10154,6 +10154,11 @@ router.route("/select_cocoStudy_dataInsights").all((req,res,next)=>{
|
|
|
getmysql(req, res, "select_cocoStudy_dataInsights",json["uid"],json["subject"],json["grade"],json["class"],json["type"]);
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-修改学生的jion数据
|
|
|
+router.route("/update_cocoStudty_workJson").all((req,res,next)=>{
|
|
|
+ postmysql(req, res, "update_cocoStudty_workJson");
|
|
|
+})
|
|
|
+
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|