소스 검색

修改批注功能

zengyicheng 2 년 전
부모
커밋
d28defaf9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -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']);
 });