yuanyiming 2 năm trước cách đây
mục cha
commit
df12479693
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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")
 })