|
|
@@ -46,14 +46,6 @@ class CashController extends Controller
|
|
|
noticeUtil::push("提现金额有问题,已回滚,orderSn:" . $orderSn, '15280215347');
|
|
|
continue;
|
|
|
}
|
|
|
- $miniCashAmount = dict::getDict('miniCashAmount');
|
|
|
- if ($cashAmount < $miniCashAmount) {
|
|
|
- if (getenv('YII_ENV') == 'production') {
|
|
|
- CashClass::rollback($cash, $shop, $transaction, $cashAmount, $remark);
|
|
|
- noticeUtil::push("余额不足{$miniCashAmount}元,已回滚,orderSn:" . $orderSn, '15280215347');
|
|
|
- continue;
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
$getAmount = $cash->beAmount;
|
|
|
$cashAccount = $main->cashAccount ?? '';
|