Bläddra i källkod

修复支付问题

chenxiqiang 6 år sedan
förälder
incheckning
ac6109bcc1
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5
    0
      manage-server/app/Http/Controllers/CommonController.php

+ 5
- 0
manage-server/app/Http/Controllers/CommonController.php Visa fil

199
                             continue;
199
                             continue;
200
                         }
200
                         }
201
                     }*/
201
                     }*/
202
+                    if($order->status === 3) {
203
+                        continue;
204
+                    }
202
                     array_push($orders, $data);
205
                     array_push($orders, $data);
203
                 }
206
                 }
204
             }
207
             }
224
                         $order->save();
227
                         $order->save();
225
                         continue;
228
                         continue;
226
                     }
229
                     }
230
+                } else if($order->status === 3) {
231
+                    continue;
227
                 }
232
                 }
228
                 array_push($orders, $data);
233
                 array_push($orders, $data);
229
             }
234
             }

Loading…
Avbryt
Spara