hongze 1 жил өмнө
parent
commit
f4acec6f2c

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