Merge pull request '修复订单押金支付成功后的财务流程状态更新问题' (#256) from dev into main
Reviewed-on: #256
This commit is contained in:
commit
b8ab691ba2
@ -162,6 +162,7 @@ class StoreFinanceFlowLogic extends BaseLogic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($deposit > 0) {
|
if ($deposit > 0) {
|
||||||
|
StoreFinanceFlow::where(['order_id' => $order_id, 'financial_type' => 11])->update(['status' => 1]);
|
||||||
$capitalFlowDao->storeIncome('store_paid_deposit_add', 'order', $order_id, $deposit,'','paid_deposit');
|
$capitalFlowDao->storeIncome('store_paid_deposit_add', 'order', $order_id, $deposit,'','paid_deposit');
|
||||||
SystemStore::where('id', $store_id)->inc('paid_deposit', $deposit)->update();
|
SystemStore::where('id', $store_id)->inc('paid_deposit', $deposit)->update();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user