|
|
@@ -17,7 +17,7 @@ class RechargeHbController extends BaseController
|
|
|
$ghsInfo = GhsClass::getById($ghsId, true);
|
|
|
GhsClass::valid($ghsInfo, $this->shopId);
|
|
|
$ghsShopId = $ghsInfo->shopId ?? 0;
|
|
|
- $list = RechargeHbClass::getAllByCondition(['shopId' => $ghsShopId], 'amount DESC', '*', null);
|
|
|
+ $list = RechargeHbClass::getAllByCondition(['shopId' => $ghsShopId, 'delStatus' => 0], 'amount DESC', '*', null);
|
|
|
util::success(['list' => $list]);
|
|
|
}
|
|
|
|