11wqe1 3 bulan lalu
induk
melakukan
bdc1a16c23
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  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);