فهرست منبع

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-api

lsc 4 ماه پیش
والد
کامیت
930a697f06
1فایلهای تغییر یافته به همراه18 افزوده شده و 0 حذف شده
  1. 18 0
      pbl.js

+ 18 - 0
pbl.js

@@ -1307,6 +1307,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);
@@ -6652,6 +6660,11 @@ router.route("/upDateAnalysisTwo").all(function(req, res, next) {
     postmysql(req, res, "upDateAnalysisTwo");
 });
 
+// 教师手动修改存储学生课程分析数据 ym
+router.route("/upDateAnalysisTeacher").all(function(req, res, next) {
+    postmysql(req, res, "upDateAnalysisTeacher");
+});
+
 // 获取教师管理table数据
 router.route("/selectOrgTeachar").all((req, res, next) => {
     var json = queryString(req.url);
@@ -8572,6 +8585,11 @@ router.route('/select_appStore').all((req,res,next)=>{
 	getmysql(req, res, "select_appStore", json["uid"],json["name"],json["label"],json["type"],json["juri"],json["stand"]);
 })
 
+//qgt 应用管理-修改应用
+router.route('/update_appStore').all((req,res,next)=>{
+	postmysql(req, res, "update_appStore");
+})
+
 //教师管理 查看填写范围的教师权限
 router.route("/getTestWorkTeacherCount").all((req,res,next)=>{
 	postmysql(req, res, "getTestWorkTeacherCount");