Explorar el Código

修改学生对话

SanHQin hace 1 mes
padre
commit
d0ceca1de5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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)=>{