|
@@ -5896,6 +5896,12 @@ router.route("/selectExamineTeaRemind").all(function(req, res, next) {
|
|
|
getmysql(req, res, "selectExamineTeaRemind", json["oid"], json["org"], json["tea"], json["ptype"]);
|
|
|
});
|
|
|
|
|
|
+// 课程管理-文档评分
|
|
|
+router.route("/selectWorksEvaScore").all(function(req, res, next) {
|
|
|
+ var json = queryString(req.url);
|
|
|
+
|
|
|
+ getmysql(req, res, "selectWorksEvaScore", json["uid"], json["cid"]);
|
|
|
+});
|
|
|
|
|
|
// 获取教师管理table数据
|
|
|
router.route("/selectOrgTeachar").all((req, res, next) => {
|