Explorar el Código

查询英语写作评价模板

zengyicheng hace 1 año
padre
commit
6bc6f6eefb
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -5369,6 +5369,11 @@ router.route("/selectDataBoardStudentCourseNew").all((req, res, next) => {
     postmysql(req, res, "selectDataBoardStudentCourseNew");
 });
 
+//查询英语写作评价模板
+router.route("/selectEnglishEva").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectEnglishEva", json["oid"]);
+});
 
 
 function generateAPIKey(username) {