Преглед изворни кода

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-api

lsc пре 4 дана
родитељ
комит
374a68f8b5
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6492,6 +6492,11 @@ router.route("/getEvaluation").all((req, res, next) => {
     );
 });
 
+//添加学校 yym
+router.route("/insert_school3New").all((req, res, next) => {
+    postmysql(req, res, "insert_school3New");
+});
+
 //添加班级 yym
 router.route("/addClassgra").all((req, res, next) => {
     postmysql(req, res, "addClassgra");