浏览代码

汇总未续约统计

xyxie 1 年之前
父节点
当前提交
f69fe96939
共有 1 个文件被更改,包括 2 次插入1 次删除
  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...)
 				}
 
 				//总数据汇总