This commit is contained in:
aozhiwei 2023-08-25 14:39:02 +08:00
parent 25dd07bc67
commit e183c14106

View File

@ -126,7 +126,7 @@ class StackingController extends BaseAuthedController {
$toTime = getReqVal('to_time', '');
$rows = Stacking::all(myself()->_getAddress());
foreach ($rows as $row) {
if ($row['status'] == Stacking::UNSTAKE_STATUS) {
if ($row['status'] == Stacking::REDEEM_STATUS) {
$info = array();
$info['token_id'] = $row['token_id'];
$info['token_type'] = $row['token_type'];