lsc 1 year ago
parent
commit
e332a0f481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -3335,7 +3335,7 @@ router.route("/copyCourse").all((req, res, next) => {
 router.route("/copyCourseSz").all((req, res, next) => {
 router.route("/copyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "copyCourse");
     postmysql2(req, res, "copyCourse");
 });
 });
-//复制课程
+//返回复制课程
 router.route("/getcopyCourseSz").all((req, res, next) => {
 router.route("/getcopyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "getcopyCourseSz");
     postmysql2(req, res, "getcopyCourseSz");
 });
 });