This commit is contained in:
aozhiwei 2024-06-11 11:49:13 +08:00
parent dd4b9056ea
commit 8a3bf19ccb

View File

@ -11,6 +11,10 @@ class GoldBullion extends BaseModel {
public static function onLogin()
{
$address = myself()->_getAddress();
if (empty($address)) {
return;
}
$rows = SqlHelper::ormSelect(
myself()->_getSelfMysql(),
't_gold_bullion',