|
@@ -2928,6 +2928,11 @@ router.route("/addEngC").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|
|
getmysql(req, res, "insertEngCorrect", json["wid"], json["c"], json["w"]);
|
|
getmysql(req, res, "insertEngCorrect", json["wid"], json["c"], json["w"]);
|
|
});
|
|
});
|
|
|
|
+//查询英语写作批改
|
|
|
|
+router.route("/selectEngC").all((req, res, next) => {
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
+ getmysql(req, res, "selectEngCorrect", json["wid"], json["c"]);
|
|
|
|
+});
|
|
//查询分类及所有子分类
|
|
//查询分类及所有子分类
|
|
router.route("/selectAllType").all((req, res, next) => {
|
|
router.route("/selectAllType").all((req, res, next) => {
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|