Kaynağa Gözat

修复已知bug

Michael_xu 4 yıl önce
ebeveyn
işleme
01dbed5c74
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0
    1
      application/bi/controller/Customer.php

+ 0
- 1
application/bi/controller/Customer.php Dosyayı Görüntüle

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