zengyicheng 3 years ago
parent
commit
ce928a0113
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pbl.js

+ 5 - 1
pbl.js

@@ -386,7 +386,11 @@ router.route('/deleteNote').all((req, res, next) => {
     var json = queryString(req.url);
     var json = queryString(req.url);
     getmysql(req, res, "deleteNote", json['nid']);
     getmysql(req, res, "deleteNote", json['nid']);
 });
 });
-
+//查询便签
+router.route('/selectNoteContent').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectNoteContent", json['cn']);
+});
 
 
 //lsc
 //lsc
 //admin 查询学校
 //admin 查询学校