|
@@ -1344,6 +1344,11 @@ router.route('/selectStudentCourseNew22').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(req, res, "selectStudentCourseNew22", json['type'], json['uid'], json['oid'], json['org'], json['typea'], json['typeb'], json['typec'], json['typed'], json['typef'], json['typeE'], json['cu'], json['cn'], json['page'], 10);
|
|
|
});
|
|
|
+router.route('/selectStudentCourseNew22Mode').all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(req, res, "selectStudentCourseNew22Mode", json['type'], json['uid'], json['oid'], json['org'], json['typea'], json['typeb'], json['typec'], json['typed'], json['typef'], json['typeE'], json['cu'], json['cn']);
|
|
|
+});
|
|
|
+
|
|
|
//查询协同编辑课程
|
|
|
router.route('/selectCourseTeam').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|