|
@@ -693,7 +693,7 @@ router.route('/addPz').all((req, res, next) => {
|
|
|
//查询批注列表
|
|
|
router.route('/selectPzList').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
- getmysql(req, res, "selectPzList", json['cid']);
|
|
|
+ getmysql(req, res, "selectPzList", json['cid'], json['s'], json['t']);
|
|
|
});
|
|
|
|
|
|
|