充值记录

This commit is contained in:
suyl
2021-08-18 11:32:50 +08:00
parent a5d351a86a
commit 4e1c91ea8f
5 changed files with 106 additions and 0 deletions

View File

@@ -157,3 +157,7 @@ func GetCardsInfo(tokenInfo *model.TokenInfo, appID int, printNo string, cardSta
}
return cardInfo, err
}
func GetChargeInfo(tokenInfo *model.TokenInfo, appID int, printNo string, iccID, beginDate, endDate string, offset, pageSize int) (paged *model.PagedInfo, err error) {
return dao.GetChargeInfo(globals.GetDB(), appID, printNo, iccID, beginDate, endDate, offset, pageSize)
}