浏览代码

修改批注功能

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