充值记录
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user