lsc 1 년 전
부모
커밋
08dbb9292d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1208,6 +1208,11 @@ router.route("/selectCourseByIc2").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectCourseByIc2", json["code"], json["oid"]);
 });
+/* 根据随机码获取学校 */
+router.route("/selectCourseByIc2SZ").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectCourseByIc2SZ", json["code"], json["oid"]);
+});
 
 router.route("/addWorkNew").all((req, res, next) => {
     // postmysql(req, res, "insert_teacher_work_new");