This commit is contained in:
hujiabin 2024-10-09 19:21:22 +08:00
parent 458f8cc552
commit d7072c4c23

View File

@ -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,