lsc 2 years ago
parent
commit
1b3f7f5934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -793,7 +793,7 @@ router.route('/insertSWork').all((req, res, next) => {
 //查询学生作业
 router.route('/selectSWork').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectSWork", json['uid'], json['cid'], json['p']);
+    getmysql(req, res, "selectSWork", json['uid'], json['cid'], json['p'], json['type']);
 });