|
@@ -1891,11 +1891,16 @@ router.route('/deleteAnli').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "deleteAnli", json["id"]);
|
|
|
});
|
|
|
-//根据市级管理者查询评分
|
|
|
+//根据区县管理者查询评分
|
|
|
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('/selectPoint1').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectPoint1", 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);
|