lsc 1 년 전
부모
커밋
65af5077dd
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -2270,6 +2270,11 @@ router.route("/selectPzList").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectPzList", json["cid"], json["s"], json["t"]);
 });
+//查询批注列表
+router.route("/selectPzListType").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectPzListType", json["cid"], json["s"], json["t"], json["type"], json["uid"]);
+});
 //评分
 router.route("/scoreWork").all((req, res, next) => {
     postmysql(req, res, "scoreWork");