1
This commit is contained in:
parent
dd4b9056ea
commit
8a3bf19ccb
@ -11,6 +11,10 @@ class GoldBullion extends BaseModel {
|
|||||||
|
|
||||||
public static function onLogin()
|
public static function onLogin()
|
||||||
{
|
{
|
||||||
|
$address = myself()->_getAddress();
|
||||||
|
if (empty($address)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$rows = SqlHelper::ormSelect(
|
$rows = SqlHelper::ormSelect(
|
||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_gold_bullion',
|
't_gold_bullion',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user