11wqe1 hai 9 meses
pai
achega
387cc130e7
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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数据