Jelajahi Sumber

汇总未续约统计

xyxie 1 tahun lalu
induk
melakukan
f69fe96939
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      controllers/statistic_report.go

+ 2 - 1
controllers/statistic_report.go

@@ -5535,7 +5535,8 @@ func (this *StatisticReportController) RenewCompanyStatistics() {
 				}
 				if tmpUnusualRenewId != "" {
 					tmpGroupUnusualRenewIdSliceMap[index] = append(tmpGroupUnusualRenewIdSliceMap[index], tmpUnusualRenewId)
-					tmpAllUnusualRenewIdSlice[index] = append(tmpAllUnusualRenewIdSlice[index], tmpUnusualRenewId)
+					tmpSlice := strings.Split(tmpUnusualRenewId, ",")
+					tmpAllUnusualRenewIdSlice[index] = append(tmpAllUnusualRenewIdSlice[index], tmpSlice...)
 				}
 
 				//总数据汇总