修改会员充值流水写入

This commit is contained in:
lewis 2025-02-05 14:09:29 +08:00
parent c7c7bb9831
commit 541e752573

View File

@ -501,7 +501,7 @@ class PayNotifyLogic extends BaseLogic
if ($order['other_uid'] > 0) { if ($order['other_uid'] > 0) {
$uid = $order['other_uid']; $uid = $order['other_uid'];
} }
if ($type == 'wechat') { if ($type != 'wechat') {
$cashFlowLogic = new CashFlowLogic(); $cashFlowLogic = new CashFlowLogic();
$cashFlowLogic->insert($order['store_id'], $order['price'], $orderSn); $cashFlowLogic->insert($order['store_id'], $order['price'], $orderSn);
} }