Ver código fonte

课程管理导出pdf的数据

11wqe1 10 meses atrás
pai
commit
4615fedfbc
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -706,6 +706,12 @@ router.route("/deleteCourseWorkTwo2").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkTwo2");
 });
 
+//查询课程管理导出pdf的数据
+router.route("/selectStuCourseReportPdf").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectStuCourseReportPdf", json["cid"], json["uid"], json["cla"]);
+});
+
 //删除提交的作业
 router.route("/deleteCourseWorkS").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkS");