|
@@ -5201,7 +5201,7 @@ router.route("/selectStudentAndRecord").all(function(req, res, next) {
|
|
|
router.route("/selectVeidooType").all(function(req, res, next) {
|
|
|
var json = queryString(req.url);
|
|
|
// console.log(json);
|
|
|
- getmysql(req, res, "selectVeidooType", json['uid'], json['cid'], json['cu'], json['cn'], json['cm'], json['page'], json['lim']);
|
|
|
+ getmysql(req, res, "selectVeidooType", json['uid'], json['cid'], json['cu'], json['cn'], json['cm'], json['page'], 10);
|
|
|
});
|
|
|
|
|
|
//查询幼儿园分类
|