Преглед изворни кода

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

Q-ABAB пре 2 година
родитељ
комит
b7d5bef5cb
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      ssti.js

+ 1 - 2
ssti.js

@@ -174,13 +174,12 @@ router.get("/SelectProjectFile",(req,res)=>{
 })
 
 
-
 //yym 项目管理-进度详情-项目结题附件-上传项目结题附件
 router.post("/AddProjectManageFile",(req,res)=>{
     QMysql(req,res,"update_EndProjectFile")
 })
 
-// yym 项目结项获取项目结项首页渲染数据
+// yym 项目结项-获取项目结项首页渲染数据
 router.get("/SelectSettlement",(req,res)=>{
     QMysql(req,res,"select_Settlement")
 })