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

+ 5 - 0
pbl.js

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