Parcourir la source

企业端修改

林海涛 il y a 1 an
Parent
commit
4f5ba4481b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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])];