Selaa lähdekoodia

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

Q-ABAB 2 vuotta sitten
vanhempi
commit
1c29df196b
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16 0
      ssti.js

+ 16 - 0
ssti.js

@@ -189,6 +189,22 @@ router.post("/UpdateSettlementIsUpload",(req,res)=>{
     QMysql(req,res,"update_SettlementIsUpload")
 })
 
+// yym 项目资金使用管理-创客资金申请
+router.post("/UpdateMakerFund",(req,res)=>{
+    QMysql(req,res,"update_MakerFund")
+})
+
+// yym 项目资金使用管理-下拉框获取
+router.get("/SelectMakerFundSelects",(req,res)=>{
+    QMysql(req,res,"select_MakerFundSelects")
+})
+
+// yym 项目使用管理-获取渲染首页页面数据
+router.get("/SelectMakerFund",(req,res)=>{
+    QMysql(req,res,"select_MakerFund")
+})
+
+
 
 //qgt 通过项目ID获取所有的活动附件
 router.get("/GetActivityFileByProjectId",(req,res)=>{