|
@@ -105,7 +105,7 @@ checkLogin("信息管理");
|
|
|
$data_arr1 = [];
|
|
|
$text_arr1 = [];
|
|
|
$result = mysqli_query($conn, "SELECT businessType, COUNT(DISTINCT cs_code) as cc FROM customer
|
|
|
- LEFT JOIN clienttype ON customer.cs_type=clienttypeid
|
|
|
+ LEFT JOIN clienttype ON customer.cs_type=clienttype.id
|
|
|
GROUP BY businessType");
|
|
|
while($row = mysqli_fetch_assoc($result)) {
|
|
|
$data_arr1[] = number_format($row['cc']/$tn, 4);
|