瀏覽代碼

批量上传查询学生

zengyicheng 2 年之前
父節點
當前提交
7811b5acc7
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -634,6 +634,12 @@ router.route('/selectWorksStudent').all((req, res, next) => {
     getmysql(req, res, "selectWorksStudent", json['oid'], json['cid']);
 });
 
+//批量上传查询学生
+router.route('/selectSnameByCid').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectSnameByCid", json['cid']);
+});
+
 /* 查询学生 */
 router.route('/selectStudent2').all((req, res, next) => {
     var json = queryString(req.url);