sth
This commit is contained in:
parent
f27397c8c1
commit
9c0953a45c
|
|
@ -46,7 +46,7 @@ class OrderLogic
|
|||
$orderUpdate = [
|
||||
'status' => Order::STATUS_CHECKING
|
||||
];
|
||||
$orderDispatch->follow = 2;
|
||||
$orderDispatch->follow = 2; //结束跟进
|
||||
$orderDispatch->save();
|
||||
|
||||
if($orderDispatch->is_receipt == 1){ //要收款,计算确认尾款
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user