lsc 1 year ago
parent
commit
47ce139d48
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6954,6 +6954,12 @@ router.route("/revertCourseSz").all((req, res, next) => {
     postmysql2(req, res, "revertCourse");
 });
 
+//根据课程id查询关联的表单
+router.route("/selectTestCourseByCid").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectTestCourseByCid", json["cid"]);
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();