Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage-api

Q-ABAB 2 năm trước cách đây
mục cha
commit
66e3603ac0
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      ssti.js

+ 8 - 0
ssti.js

@@ -158,6 +158,14 @@ router.post("/UploadActivityFile",(req,res)=>{
 router.post("/UploadProjectManageFile",(req,res)=>{
     QMysql(req,res,"update_ProjectManageFile")
 })
+//yym 项目管理-进度详情-项目结题附件-获取项目结题附件
+router.get("/SelectProjectManageFile",(req,res)=>{
+    QMysql(req,res,"select_ProjectManageFile")
+})
+//yym 项目管理-进度详情-项目结题附件-上传项目结题附件
+router.get("/AddProjectManageFile",(req,res)=>{
+    QMysql(req,res,"insert_EndProjectFile")
+})
 
 
 //qgt 通过项目ID获取所有的活动附件