LiuJ 4 天之前
父节点
当前提交
12b141d206
共有 1 个文件被更改,包括 1 次插入1 次删除
  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-------');
         var_dump($data, 'p-----------3---1-------');
         // 构建查询条件
         // 构建查询条件
         $where = [];
         $where = [];
-        if ($type_id == 10000) {
+        if ($type_id != 10000) {
             $where[] = [
             $where[] = [
                 'order.user_id',
                 'order.user_id',
                 '=',
                 '=',