Browse Source

feat: add update_cocoStudty_workJson api endpoint

add a new post api to modify student's join data for autonomous learning
SanHQin 2 months ago
parent
commit
05d5b61649
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -10154,6 +10154,11 @@ router.route("/select_cocoStudy_dataInsights").all((req,res,next)=>{
   getmysql(req, res, "select_cocoStudy_dataInsights",json["uid"],json["subject"],json["grade"],json["class"],json["type"]);
 })
 
+//qgt 自主学习-修改学生的jion数据
+router.route("/update_cocoStudty_workJson").all((req,res,next)=>{
+	postmysql(req, res, "update_cocoStudty_workJson");
+})
+
 
 //教师管理 查看填写范围的教师权限
 router.route("/getTestWorkTeacherCount").all((req,res,next)=>{