Selaa lähdekoodia

update

master
shenjiachi 9 tuntia sitten
vanhempi
commit
fe2db8190b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/implement/user_virtual_coin_flow_implement.go

+ 2
- 2
src/implement/user_virtual_coin_flow_implement.go Näytä tiedosto

@@ -31,8 +31,8 @@ func (u UserVirtualCoinFlowDb) UserVirtualCoinFlowFindByCoinAndUser(page, pageSi
if direction != 0 {
session = session.And("direction = ?", direction)
}
if transferType != 0{
session = session.And("type = ?", type)
if transferType != 0 {
session = session.And("type = ?", transferType)
}
session = session.Limit(pageSize, (page-1)*pageSize)
if isAsc {


Ladataan…
Peruuta
Tallenna