林海涛 1 год назад
Родитель
Сommit
4f5ba4481b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/api/lists/recharge/FirmOrderLists.php

+ 1 - 1
app/api/lists/recharge/FirmOrderLists.php

@@ -26,7 +26,7 @@ class FirmOrderLists extends BaseApiDataLists implements ListsSearchInterface
     {
         $where = [];
         $where[] =  ['order_type','=',0];
-       // $where[] =  ['user_id','=',$this->userId];
+        $where[] =  ['user_id','=',$this->userId];
         // 创建时间
         if (!empty($this->params['create_time'])) {
             $time = [strtotime($this->params['create_time'][0]), strtotime($this->params['create_time'][1])];