@@ -61,7 +61,7 @@ func (obj *Custom) GetCustomTotal(condition string, pars []interface{}) (list []
sql += condition
}
- sql += ` GROUP BY m.company_status `
+ sql += ` GROUP BY m.overseas_status `
sql = fmt.Sprintf(sql, databaseName)