|
@@ -1616,6 +1616,11 @@ router.route('/selectAnliList').all((req, res, next) => {
|
|
getmysql(req, res, "selectAnliList", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
getmysql(req, res, "selectAnliList", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
|
|
+ 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) => {
|
|
router.route('/selectCaseUser').all((req, res, next) => {
|