修改会员充值流水写入
This commit is contained in:
parent
c7c7bb9831
commit
541e752573
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user