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