@@ -110,6 +110,8 @@ func (this *OverseasCustomController) CustomList() {
condition += ` AND m.company_status='试用' AND m.overseas_status='' `
} else if companyStatus == "正式" {
condition += ` AND (m.company_status='正式' OR m.overseas_status='正式') `
+ } else {
+ condition += ` AND m.company_status='关闭' `
}
total, err := obj.GetCustomListCount(condition, pars, companyStatus)