Przeglądaj źródła

修复已知bug

Michael_xu 4 lat temu
rodzic
commit
01dbed5c74
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      application/bi/controller/Customer.php

+ 0
- 1
application/bi/controller/Customer.php Wyświetl plik

@@ -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
     }