|
|
@@ -6746,6 +6746,20 @@ router.route("/selectliyuanByIc2SZ").all((req, res, next) => {
|
|
|
getmysql(req, res, "selectliyuanByIc2SZ", json["code"], json["oid"],json["orgL"]);
|
|
|
});
|
|
|
|
|
|
+// 笔架山获取拔尖人才课程 yym
|
|
|
+router.route("/selectPersonCourseList").all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(
|
|
|
+ req,
|
|
|
+ res,
|
|
|
+ "selectPersonCourseList",
|
|
|
+ json["oid"],
|
|
|
+ json["inp"],
|
|
|
+ json["page"],
|
|
|
+ json["num"]
|
|
|
+ );
|
|
|
+});
|
|
|
+
|
|
|
// 新学生管理 获取年级与班级 yym
|
|
|
router.route("/selectGradeNew").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|