Browse Source

汇总未续约统计

xyxie 1 year ago
parent
commit
f69fe96939
1 changed files with 2 additions and 1 deletions
  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...)
 				}
 
 				//总数据汇总