LiuJ 4 days ago
parent
commit
12b141d206
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -155,7 +155,7 @@ class OrderService implements OrderServiceInterface
         var_dump($data, 'p-----------3---1-------');
         // 构建查询条件
         $where = [];
-        if ($type_id == 10000) {
+        if ($type_id != 10000) {
             $where[] = [
                 'order.user_id',
                 '=',