|
@@ -10391,6 +10391,17 @@ router.route("/del_cocoStudyWorkByidList").all((req,res,next)=>{
|
|
|
postmysql(req, res, "del_cocoStudyWorkByidList");
|
|
postmysql(req, res, "del_cocoStudyWorkByidList");
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
+//qgt cocoStudty组卷中心获取分类数据
|
|
|
|
|
+router.route("/select_cocoStudyClassByType").all((req,res,next)=>{
|
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
|
+ getmysql(req, res, "select_cocoStudyClassByType",json["uid"],json["type"]);
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+//qgt cocoStudy组卷中心添加分类
|
|
|
|
|
+router.route("/insertCocoStudyClass").all((req,res,next)=>{
|
|
|
|
|
+ postmysql(req, res, "insertCocoStudyClass");
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|
|
//教师管理 查看填写范围的教师权限
|
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|
|
router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
|