调试账单欠款
This commit is contained in:
parent
0693df434f
commit
f4d02f91aa
@ -26,6 +26,8 @@ class AccountsReceivableLogic extends BaseLogic
|
||||
$model->order_id = $order['id'];
|
||||
$model->store_id = $order['store_id'];
|
||||
$model->user_id = $order['uid'];
|
||||
$model->nickname = $order['other_data']['nickname'];
|
||||
$model->phone = $order['other_data']['phone'];
|
||||
$model->deadline = time() + 86400 * 15;
|
||||
$model->total_debt = $order['total_price'];
|
||||
$model->surplus_debt = $order['total_price'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user