Browse Source

update_testCourseWorks_typeById

SanHQin 4 days ago
parent
commit
d74a0f235d
1 changed files with 5 additions and 0 deletions
  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");
+})
+
 
 
 //教师管理 查看填写范围的教师权限