11wqe1 1 tháng trước cách đây
mục cha
commit
f4849cb445
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      pbl.js

+ 8 - 0
pbl.js

@@ -6755,6 +6755,14 @@ router.route("/selectWorksEvaScoreTwo").all(function(req, res, next) {
     getmysql(req, res, "selectWorksEvaScoreTwo", json["uid"], json["cid"], json["s"], json["t"], json["tool"]);
 });
 
+// 课程管理-文档评分一次性获取全部
+router.route("/selectWorksEvaScoreNew").all(function(req, res, next) {
+    var json = queryString(req.url);
+    
+    getmysql(req, res, "selectWorksEvaScoreNew", json["cid"], json["s"], json["t"]);
+});
+
+
 /* 新增教研室 */
 router.route("/insertTeacherOfficeCopy").all(function(req, res, next) {
     postmysql(req, res, "insertTeacherOfficeCopy");