Q-ABAB 1 년 전
부모
커밋
f8513ed2c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -486,7 +486,7 @@ router.post("/updateActivityFundDetail", (req, res) => {
     QMysql(req, res,"update_activity_fundDetail")
 })
 
-//qgt 通过活动ID获取未完结的资金  有用1
+//qgt 通过活动ID获取未完结的资金  有用
 router.get("/getNoEndFundByActivity",(req,res)=>{ 
     QMysql(req,res,'select_fundNoEndByActivity')
 })