yuanyiming il y a 2 ans
Parent
commit
ec11ed57ec
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")
 })