lsc 1 year ago
parent
commit
1242f467be
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6308,6 +6308,11 @@ router.route("/insertEnglishEva").all((req, res, next) => {
     postmysql(req, res, "insertEnglishEva");
     postmysql(req, res, "insertEnglishEva");
 });
 });
 
 
+//获取作业数量 
+router.route("/getStudentCourseWorkCount").all((req, res, next) => {
+    postmysql(req, res, "getStudentCourseWorkCount");
+});
+
 //获取作业数量 
 //获取作业数量 
 router.route("/getCourseWorkCount").all((req, res, next) => {
 router.route("/getCourseWorkCount").all((req, res, next) => {
     postmysql(req, res, "getCourseWorkCount");
     postmysql(req, res, "getCourseWorkCount");