mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 18:10:25 +08:00
增加封禁省份管理
This commit is contained in:
@@ -106,7 +106,7 @@ func (this *RegionProvinceDAO) FindAllEnabledProvincesWithCountryId(countryId in
|
||||
_, err = this.Query().
|
||||
State(RegionProvinceStateEnabled).
|
||||
Attr("countryId", countryId).
|
||||
Asc("name").
|
||||
Asc().
|
||||
Slice(&result).
|
||||
FindAll()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user