generated from PenaSide/GolangTemplate
Ddebug
This commit is contained in:
parent
6bd47f304a
commit
b86300a7b8
@ -921,12 +921,14 @@ func (api *API2) PromocodeLTV(ctx echo.Context) error {
|
||||
})
|
||||
|
||||
for promoID, data := range codewordData {
|
||||
fmt.Println("PROTOMOTO", promoID,data)
|
||||
for _, value := range data {
|
||||
|
||||
paids, ok := userSumMap[value.UserID]
|
||||
if !ok {
|
||||
paids = 0
|
||||
}
|
||||
fmt.Println("PROTOMOTO1", paids, value)
|
||||
|
||||
if value.Time >= int64(req.From) && value.Time <= int64(req.To) {
|
||||
if _, ok := resp[promoID]; !ok {
|
||||
|
Loading…
Reference in New Issue
Block a user