|
@@ -84,6 +84,8 @@ func (this *BannerController) StatisticsItem() {
|
|
resp.NoPay.Count += 1
|
|
resp.NoPay.Count += 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ resp.HasPayed.Name = "已付款"
|
|
|
|
+ resp.NoPay.Name = "未付款"
|
|
resp.NoPay.Percentage = resp.NoPay.Count * 100 / resp.Total
|
|
resp.NoPay.Percentage = resp.NoPay.Count * 100 / resp.Total
|
|
resp.HasPayed.Percentage = resp.HasPayed.Count * 100 / resp.Total
|
|
resp.HasPayed.Percentage = resp.HasPayed.Count * 100 / resp.Total
|
|
|
|
|