增加封禁省份管理

This commit is contained in:
刘祥超
2020-11-06 11:30:42 +08:00
parent c5b0f5f3a2
commit 5d0f353232

View File

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