|
@@ -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) => {
|
|
router.route("/selectSWorks").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|