Browse Source

加单流水判定

whitefang 1 year ago
parent
commit
8f3bf67ae4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/logic/PayNotifyLogic.php

+ 1 - 1
app/common/logic/PayNotifyLogic.php

@@ -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;