|
@@ -587,11 +587,16 @@ router.route('/deleteReviewer').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "deleteReviewer", json['uid']);
|
|
|
});
|
|
|
-/* 查询案例 */
|
|
|
+/* 查询区县案例 */
|
|
|
router.route('/selecAnliBox').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "selecAnliBox");
|
|
|
});
|
|
|
+/* 查询市级案例 */
|
|
|
+router.route('/selecAnliBox1').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selecAnliBox1");
|
|
|
+});
|
|
|
/* 查询通知公告 */
|
|
|
router.route('/selectRaceNotice').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|