|
@@ -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)=>{
|