11wqe1 9 tháng trước cách đây
mục cha
commit
387cc130e7
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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数据