|
|
@@ -136,7 +136,7 @@ class PayNotifyLogic extends BaseLogic
|
|
|
}
|
|
|
$work->work_total = $order_total;
|
|
|
$work->work_amount = $order_amount;
|
|
|
- if($work->work_status != 0){
|
|
|
+ if($work->work_status != 0 and $work->work_status != 1 and $work->work_status != 2){
|
|
|
$work->work_status = 7;
|
|
|
$work->user_confirm_status = 5;
|
|
|
$work->service_status = 3;
|