|
|
@@ -10148,6 +10148,12 @@ router.route("/select_cocoStudtWork_studentById").all((req,res,next)=>{
|
|
|
getmysql(req, res, "select_cocoStudtWork_studentById",json["uid"],json["id"]);
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-数据洞察-查询列表
|
|
|
+router.route("/select_cocoStudy_dataInsights").all((req,res,next)=>{
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "select_cocoStudy_dataInsights",json["uid"],json["grade"],json["subject"],json["class"],json["type"]);
|
|
|
+})
|
|
|
+
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|