lsc 2 years ago
parent
commit
bb1ed09843
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1678,6 +1678,11 @@ router.route('/select_student_course_detail2').all((req, res, next) => { //学
     var json = queryString(req.url);
     getmysql(req, res, "select_student_course_detail2", json['cid']);
 });
+//查看课程
+router.route('/getExportScourse').all((req, res, next) => { //学生
+    var json = queryString(req.url);
+    getmysql(req, res, "getExportScourse", json['cid']);
+});
 //模糊查找课程
 // router.route('/searchCourse').all((req, res, next) => {
 //     var json = queryString(req.url);