|
@@ -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");
|