|
|
@@ -6937,6 +6937,12 @@ router.route("/selectliyuanByIc2SZ").all((req, res, next) => {
|
|
|
getmysql(req, res, "selectliyuanByIc2SZ", json["code"], json["oid"],json["orgL"]);
|
|
|
});
|
|
|
|
|
|
+// 获取多班级学生 yym
|
|
|
+router.route("/selectMultiClassStudent").all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectMultiClassStudent", json["oid"], json["claid"]);
|
|
|
+});
|
|
|
+
|
|
|
// 笔架山获取拔尖人才课程 yym
|
|
|
router.route("/selectPersonCourseList").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|