_getAddress(); if (empty($address)) { return; } $rows = SqlHelper::ormSelect( myself()->_getSelfMysql(), 't_gold_bullion', array( 'open_address' => myself()->_getAddress(), 'open_status' => self::OPEN_STATUS_PENDING, ) ); if (count($rows) > 0) { } } }