1
This commit is contained in:
parent
458f8cc552
commit
d7072c4c23
@ -122,8 +122,10 @@ class SavingPotController extends BaseAuthedController {
|
||||
);
|
||||
SqlHelper::rawQueryPage(
|
||||
myself()->_getSelfMysql(),
|
||||
'SELECT * FROM t_user_bind_gold_record ',
|
||||
array(),
|
||||
'SELECT * FROM t_user_bind_gold_record where account_id=:account_id',
|
||||
array(
|
||||
':account_id' => myself()->_getAccountId()
|
||||
),
|
||||
array(
|
||||
'page' => $page,
|
||||
'perPage' => 8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user