1
This commit is contained in:
parent
134bed843d
commit
00c6c95eef
@ -99,7 +99,7 @@ class StakingController extends BaseAuthedController {
|
||||
$rows = Staking::all(myself()->_getAddress());
|
||||
foreach ($rows as $row) {
|
||||
if ($row['status'] == Staking::REDEEM_STATUS) {
|
||||
array_push($items, Staking::toDto($info));
|
||||
array_push($items, Staking::toDto($row));
|
||||
}
|
||||
}
|
||||
myself()->_rspData(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user