Explorar el Código

update

master
shenjiachi hace 9 horas
padre
commit
fe2db8190b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/implement/user_virtual_coin_flow_implement.go

+ 2
- 2
src/implement/user_virtual_coin_flow_implement.go Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar