Browse Source

添加接口

SanHQin 4 days ago
parent
commit
206da3ebb1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -9212,6 +9212,12 @@ router.route("/selectExamineTestNameFilterTime").all(function(req, res, next) {
 	// getmysql(req, res, "selectExamineTestName", json["testId"]);
 });
 
+// qgt 年度考核-修改表单审核状态
+router.route("/update_testCourseWorks_isReviewById").all((req,res,next)=>{
+	postmysql(req, res, "update_testCourseWorks_isReviewById");
+})
+
+
 
 //教师管理 查看填写范围的教师权限
 router.route("/getTestWorkTeacherCount").all((req,res,next)=>{