|
@@ -395,8 +395,8 @@ func (this *StatisticCompanyMergerController) MergeCompanyList() {
|
|
|
|
|
|
var ascribecompanyIds []int
|
|
var ascribecompanyIds []int
|
|
for _, item := range tmpList {
|
|
for _, item := range tmpList {
|
|
- endDateTime, _ := time.Parse(utils.FormatDateTime, item.CreateTime)
|
|
|
|
- item.EndDate = endDateTime.Format(utils.FormatDate)
|
|
|
|
|
|
+ //endDateTime, _ := time.Parse(utils.FormatDateTime, item.CreateTime)
|
|
|
|
+ //item.EndDate = endDateTime.Format(utils.FormatDate)
|
|
ascribecompanyIds = append(ascribecompanyIds, item.CompanyId)
|
|
ascribecompanyIds = append(ascribecompanyIds, item.CompanyId)
|
|
}
|
|
}
|
|
//归因标签
|
|
//归因标签
|