Pārlūkot izejas kodu

修改学生对话

SanHQin 1 mēnesi atpakaļ
vecāks
revīzija
d0ceca1de5
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      pbl.js

+ 4 - 0
pbl.js

@@ -9027,6 +9027,10 @@ router.route("/select_teachingModeByAppUrlAndClassId").all((req,res,next)=>{
 	getmysql(req, res, "select_teachingModeByAppUrlAndClassId", json["uid"],json["appUrl"]);
 })
 
+//qgt 教学空间-修改学生对话数据
+router.route("/update_teachingModeWorks_nodeDataAndStageAndLastChatById").all((req,res,next)=>{
+	postmysql(req, res, "update_teachingModeWorks_nodeDataAndStageAndLastChatById");
+})
 
 //教师管理 查看填写范围的教师权限
 router.route("/getTestWorkTeacherCount").all((req,res,next)=>{