|
@@ -305,7 +305,7 @@ func (this *StatisticCompanyMergerController) MergeCompanyList() {
|
|
|
pars1 = append(pars1, startDate, tryOutEndDate)
|
|
|
//condition1 += ` AND a.operation = ? `
|
|
|
//pars1 = append(pars1, "try_out")
|
|
|
- //condition1 += ` AND c.status not in ("永续","正式","关闭") `
|
|
|
+ condition1 += ` AND c.status not in ("永续","正式","关闭") `
|
|
|
|
|
|
//未续约已确认数量
|
|
|
notRenewalCondition := condition1
|