|
|
@@ -131,7 +131,7 @@ func GetEggEnergyUserCoinFlowList(c *gin.Context) { |
|
|
|
} |
|
|
|
|
|
|
|
coinFlowDb := implement.NewUserVirtualCoinFlowDb(db.Db) |
|
|
|
coinFlows, total, err := coinFlowDb.UserVirtualCoinFlowFindByCoinAndUser(req.Page, req.PageSize, req.CoinId, req.Uid, req.StartAt, req.EndAt, req.Direction, false) |
|
|
|
coinFlows, total, err := coinFlowDb.UserVirtualCoinFlowFindByCoinAndUser(req.Page, req.PageSize, req.CoinId, req.Uid, req.StartAt, req.EndAt, req.Direction, false, 0) |
|
|
|
if err != nil { |
|
|
|
e.OutErr(c, e.ERR_DB_ORM, err.Error()) |
|
|
|
return |
|
|
@@ -299,7 +299,7 @@ func GetEggPointsUserCoinFlowList(c *gin.Context) { |
|
|
|
} |
|
|
|
|
|
|
|
coinFlowDb := implement.NewUserVirtualCoinFlowDb(db.Db) |
|
|
|
coinFlows, total, err := coinFlowDb.UserVirtualCoinFlowFindByCoinAndUser(req.Page, req.PageSize, req.CoinId, req.Uid, req.StartAt, req.EndAt, req.Direction, false) |
|
|
|
coinFlows, total, err := coinFlowDb.UserVirtualCoinFlowFindByCoinAndUser(req.Page, req.PageSize, req.CoinId, req.Uid, req.StartAt, req.EndAt, req.Direction, false, 0) |
|
|
|
if err != nil { |
|
|
|
e.OutErr(c, e.ERR_DB_ORM, err.Error()) |
|
|
|
return |
|
|
|