Explorar o código

新增案例管理列表功能

zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
c743dd7d8d
Modificáronse 1 ficheiros con 12 adicións e 2 borrados
  1. 12 2
      pbl.js

+ 12 - 2
pbl.js

@@ -1520,6 +1520,16 @@ router.route('/getRealTimeClassById').all((req, res, next) => {
     getmysql(req, res, "getRealTimeClassById", json["id"]);
 });
 
+//根据市级管理者查询案例
+router.route('/selectAnliList').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectAnliList", json["page"], 10);
+});
+
+
+
+
+
 
 
 //teacher 查询模板
@@ -1762,8 +1772,8 @@ router.route('/batchRegistrationMore1').post(function(req, res, next) {
             1, //1老师 2学生
             _org,
             _oid,
-            _ph,
-            _class,
+            '',
+            '',
             '',
             "0",
         ];