|
|
@@ -10261,6 +10261,16 @@ router.route("/update_cocoStudty_workJson").all((req,res,next)=>{
|
|
|
postmysql(req, res, "update_cocoStudty_workJson");
|
|
|
})
|
|
|
|
|
|
+//qgt 自主学习-添加/修改 分析
|
|
|
+router.route("/insert_cocoStudyAnalysis").all((req,res,next)=>{
|
|
|
+ postmysql(req, res, "insert_cocoStudyAnalysis");
|
|
|
+})
|
|
|
+
|
|
|
+//qgt 自主学习-查询分析
|
|
|
+router.route("/select_cocoStudyAnalysis").all((req,res,next)=>{
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "select_cocoStudyAnalysis",json["uid"],json["pid"],json["type"],json["index"]);
|
|
|
+})
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|