hongze 1 year ago
parent
commit
f4acec6f2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/overseas_custom/custom.go

+ 1 - 1
models/overseas_custom/custom.go

@@ -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)