|
@@ -1886,6 +1886,11 @@ router.route('/selectAnliList1').all((req, res, next) => {
|
|
getmysql(req, res, "selectAnliList1", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
getmysql(req, res, "selectAnliList1", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
|
|
+ getmysql(req, res, "selectAnliList2", json["typea"], json["typeb"], json["typec"], json["typed"], json["typeE"], json["cn"], json["cid"], json["page"], 10);
|
|
router.route('/deleteAnli').all((req, res, next) => {
|
|
router.route('/deleteAnli').all((req, res, next) => {
|