Forráskód Böngészése

update_testCourseWorks_typeById

SanHQin 4 napja
szülő
commit
d74a0f235d
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -9242,6 +9242,11 @@ router.route("/selectTestExaminePersonData_filterTime").all((req, res, next) =>
   getmysql(req, res, "selectTestExaminePersonData_filterTime",json["oid"], json["org"], json["type"], json["tname"]);
 });
 
+//qgt 智能表单-修改提交的表单的状态
+router.route("/update_testCourseWorks_typeById").all((req,res,next)=>{
+	postmysql(req, res, "update_testCourseWorks_typeById");
+})
+
 
 
 //教师管理 查看填写范围的教师权限