Explorar el Código

Merge remote-tracking branch 'origin/master'

tags/v2.1.4
DengBiao hace 2 años
padre
commit
faaac85de2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      db/db_user_virtual_amount.go

+ 1
- 0
db/db_user_virtual_amount.go Ver fichero

@@ -90,6 +90,7 @@ func GetUserVirtualWalletWithSession(session *xorm.Session, uid, coinId int) (*m
if err != nil || one == 0 {
return nil, err
}
return &UserVirtualWallet, nil
}
return nil, errors.New("获取用户虚拟币钱包失败")
}


Cargando…
Cancelar
Guardar