Pārlūkot izejas kodu

修复已知bug

Michael_xu 4 gadus atpakaļ
vecāks
revīzija
01dbed5c74
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      application/bi/controller/Customer.php

+ 0
- 1
application/bi/controller/Customer.php Parādīt failu

@@ -138,7 +138,6 @@ class Customer extends ApiCommon
138 138
             $sql[] = $customerModel->getAddDealSql($whereArr);
139 139
         }
140 140
         $sql = implode(' UNION ALL ', $sql);
141
-p($sql);
142 141
         $list = queryCache($sql);
143 142
         return resultArray(['data' => $list]);
144 143
     }