11wqe1 vor 10 Monaten
Ursprung
Commit
387cc130e7
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6223,6 +6223,11 @@ router.route("/selectTeacherOfficeType").all(function(req, res, next) {
     getmysql(req, res, "selectTeacherOfficeType", json["cu"], json["oid"], json["cn"], json["pid"]);
 });
 
+// 存储学生课程分析数据
+router.route("/upDateAnalysis").all(function(req, res, next) {
+  
+    postmysql(req, res, "upDateAnalysis");
+});
 
 
 // 获取教师管理table数据