11wqe1 6 月之前
父节点
当前提交
bdc1a16c23
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pbl.js

+ 8 - 0
pbl.js

@@ -1271,6 +1271,14 @@ router.route("/updateWorksEvaTwo").get((req, res, next) => {
     );
 });
 
+
+//查询课程某个阶段某个任务下的评价  修1 这个update,但标题查询
+router.route("/updateWorksEvaTwo1").post((req, res, next) => {
+    var json = queryString(req.url);
+    postmysql(req,res,"updateWorksEvaTwo1");
+});
+
+
 //学习中心教师查询作业
 router.route("/selectSWorks").all((req, res, next) => {
     var json = queryString(req.url);