yuanyiming 2 years ago
parent
commit
ec11ed57ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -156,7 +156,7 @@ router.post("/UploadActivityFile",(req,res)=>{
 
 //yym 项目管理结项上传报告
 router.post("/UploadProjectManageFile",(req,res)=>{
-    QMysql(req,res,"ProjectManageFile")
+    QMysql(req,res,"update_ProjectManageFile")
 })