Browse Source

查询分配案例

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

+ 5 - 1
pbl.js

@@ -1602,7 +1602,11 @@ router.route('/selectAnliList').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectAnliList", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
 });
-
+//查询分配案例
+router.route('/selectCaseUser').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "select_case", json["uid"]);
+});
 //分配案例
 router.route('/insertCase').all((req, res, next) => {
     if (req.body[0]) {