Browse Source

一键重置作业分数

11wqe1 11 months ago
parent
commit
3208e5f186
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pbl.js

+ 9 - 0
pbl.js

@@ -1054,6 +1054,15 @@ router.route("/selectWorksDetailMore").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectWorksDetailMore", json["uid"], json["cid"]);
 });
+
+
+//一键重置作业分数
+router.route("/allWorkEmptySco").all((req, res, next) => {
+    postmysql(req, res, "allWorkEmptySco");
+});
+
+
+
 //查询课程某个阶段某个任务下的评价  修1 这个update,但标题查询
 router.route("/updateWorksEva").get((req, res, next) => {
     var json = queryString(req.url);