修复提现金额问题

This commit is contained in:
2024-09-30 11:12:14 +08:00
parent 23f8e27ee6
commit 8770f9c924

View File

@@ -310,7 +310,6 @@ class EplpayCallbackController extends \yii\web\Controller
} else {
// 获取代扣订单
$chargeCpr = ChargeCashPayRecord::find()->where([
'status' => 2,
'order_no' => $applyOrder->order_no
])->one();
$applyOrder->dakuan_status = 1;