Browse Source

课程管理导出pdf的数据

11wqe1 10 tháng trước cách đây
mục cha
commit
4615fedfbc
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -706,6 +706,12 @@ router.route("/deleteCourseWorkTwo2").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkTwo2");
     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) => {
 router.route("/deleteCourseWorkS").all((req, res, next) => {
     postmysql(req, res, "deleteCourseWorkS");
     postmysql(req, res, "deleteCourseWorkS");