hongze hai 1 ano
pai
achega
f4acec6f2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)