1
This commit is contained in:
parent
0f2f5452c6
commit
801e01e2c0
@ -12,7 +12,7 @@ class User extends BaseModel {
|
|||||||
public function find($targetId)
|
public function find($targetId)
|
||||||
{
|
{
|
||||||
$row = SqlHelper::ormSelectOne
|
$row = SqlHelper::ormSelectOne
|
||||||
($this->_getMysql($targetId),
|
(myself()->_getMysql($targetId),
|
||||||
't_user',
|
't_user',
|
||||||
array(
|
array(
|
||||||
'account_id' => $targetId
|
'account_id' => $targetId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user