|
@@ -9222,6 +9222,12 @@ router.route("/update_CourseJuriById").all((req,res,next)=>{
|
|
postmysql(req, res, "update_CourseJuriById");
|
|
postmysql(req, res, "update_CourseJuriById");
|
|
})
|
|
})
|
|
|
|
|
|
|
|
+//qgt 获取表单分类数据-荔园
|
|
|
|
+router.route("/selectTestType_liYuan").all((req, res, next) => {
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
+ getmysql(req, res, "selectTestType_liYuan");
|
|
|
|
+});
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
//教师管理 查看填写范围的教师权限
|
|
//教师管理 查看填写范围的教师权限
|