增加封禁省份管理

This commit is contained in:
刘祥超
2020-11-06 11:30:42 +08:00
parent c5b0f5f3a2
commit 5d0f353232
+1 -1
View File
@@ -106,7 +106,7 @@ func (this *RegionProvinceDAO) FindAllEnabledProvincesWithCountryId(countryId in
_, err = this.Query(). _, err = this.Query().
State(RegionProvinceStateEnabled). State(RegionProvinceStateEnabled).
Attr("countryId", countryId). Attr("countryId", countryId).
Asc("name"). Asc().
Slice(&result). Slice(&result).
FindAll() FindAll()
return return