This commit is contained in:
aozhiwei 2022-03-21 19:44:07 +08:00
parent 0f2f5452c6
commit 801e01e2c0

View File

@ -12,7 +12,7 @@ class User extends BaseModel {
public function find($targetId)
{
$row = SqlHelper::ormSelectOne
($this->_getMysql($targetId),
(myself()->_getMysql($targetId),
't_user',
array(
'account_id' => $targetId