|
@@ -776,12 +776,17 @@ router.route("/deleteCourseWorkTwo2").all((req, res, next) => {
|
|
postmysql(req, res, "deleteCourseWorkTwo2");
|
|
postmysql(req, res, "deleteCourseWorkTwo2");
|
|
});
|
|
});
|
|
|
|
|
|
-//查询课程管理导出pdf的数据
|
|
|
|
|
|
+//查询课程管理导出pdf的数据 ym
|
|
router.route("/selectStuCourseReportPdf").all((req, res, next) => {
|
|
router.route("/selectStuCourseReportPdf").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|
|
getmysql(req, res, "selectStuCourseReportPdf", json["cid"], json["uid"], json["cla"]);
|
|
getmysql(req, res, "selectStuCourseReportPdf", json["cid"], json["uid"], json["cla"]);
|
|
});
|
|
});
|
|
|
|
|
|
|
|
+router.route("/selectStuCourseReportPdfTwo").all((req, res, next) => {
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
+ getmysql(req, res, "selectStuCourseReportPdfTwo", 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");
|
|
@@ -6357,10 +6362,13 @@ router.route("/selectTeacherOfficeType").all(function(req, res, next) {
|
|
|
|
|
|
// 存储学生课程分析数据
|
|
// 存储学生课程分析数据
|
|
router.route("/upDateAnalysis").all(function(req, res, next) {
|
|
router.route("/upDateAnalysis").all(function(req, res, next) {
|
|
-
|
|
|
|
postmysql(req, res, "upDateAnalysis");
|
|
postmysql(req, res, "upDateAnalysis");
|
|
});
|
|
});
|
|
|
|
|
|
|
|
+// 存储学生课程分析数据 ym
|
|
|
|
+router.route("/upDateAnalysisTwo").all(function(req, res, next) {
|
|
|
|
+ postmysql(req, res, "upDateAnalysisTwo");
|
|
|
|
+});
|
|
|
|
|
|
// 获取教师管理table数据
|
|
// 获取教师管理table数据
|
|
router.route("/selectOrgTeachar").all((req, res, next) => {
|
|
router.route("/selectOrgTeachar").all((req, res, next) => {
|