|
@@ -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",
|
|
|
];
|