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

+ 4 - 0
pbl.js

@@ -3336,6 +3336,10 @@ router.route("/copyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "copyCourse");
 });
 //复制课程
+router.route("/getcopyCourseSz").all((req, res, next) => {
+    postmysql2(req, res, "getcopyCourseSz");
+});
+//复制课程
 router.route("/copyTrainCourse").all((req, res, next) => {
     postmysql(req, res, "copyTrainCourse");
 });