|
@@ -273,6 +273,11 @@ router.route('/selectStudentWorks').all((req, res, next) => {
|
|
|
getmysql(req, res, "selectStudentWorks", json['uid'], json['cid'], json['s'], json['t']);
|
|
|
});
|
|
|
|
|
|
+//实时课堂作业评价
|
|
|
+router.route('/updateStudentWork').all((req, res, next) => {
|
|
|
+ postmysql(req, res, "updateStudentWork");
|
|
|
+});
|
|
|
+
|
|
|
//学习中心查询学生
|
|
|
router.route('/selectWorksStudent').all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|