Sfoglia il codice sorgente

查询我的学习报告

zengyicheng 2 anni fa
parent
commit
94be5c6996
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pbl.js

+ 2 - 2
pbl.js

@@ -2018,10 +2018,10 @@ router.route('/getSchool').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "getSchool", json['n']);
 });
-//查询报告有作业的目标及有目标有作业的课程
+//查询我的学习报告
 router.route('/selectMrEva').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectMrEva", json["oid"]);
+    getmysql(req, res, "selectMrEva", json["uid"], json["oid"]);
 });
 //lsc
 //admin 查询学校