http充值状态

This commit is contained in:
“wanyongkang”
2024-01-05 16:07:07 +08:00
parent d4659d8f33
commit 549b19a663

View File

@@ -37,7 +37,7 @@ class User extends Controller
$recharge_model = new RechargeModel;
$where = [
'user_id' => $this->userinfo['UserId'],
'user_id' => $this->userinfo['UserId'],
'pay_status' => 1,
];
$list = $recharge_model->getListPage($where);