|
@@ -1616,6 +1616,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('/selectPoint').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectPoint", 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);
|