Browse Source

查询我的学习报告1

zengyicheng 2 years ago
parent
commit
c6c9fde2fe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -2117,6 +2117,11 @@ router.route('/selectMrEva').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectMrEva", json["uid"], json["oid"]);
 });
+//查询我的学习报告1
+router.route('/selectMrEva1').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectMrEva1", json["uid"], json["oid"], json["cid"]);
+});
 //查询行为数据库
 router.route('/selectModelList').all((req, res, next) => {
     var json = queryString(req.url);