lsc 1 năm trước cách đây
mục cha
commit
1242f467be
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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");