|
@@ -210,6 +210,8 @@ func (this *ParamInfo) IsSub() (bool, string, map[string]map[string][]string) {
|
|
} else {
|
|
} else {
|
|
areaMap[area] = []interface{}{}
|
|
areaMap[area] = []interface{}{}
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ return true, productType, nil
|
|
}
|
|
}
|
|
if productType != "free" && area != "" && district != "" {
|
|
if productType != "free" && area != "" && district != "" {
|
|
districtMap[city] = []interface{}{
|
|
districtMap[city] = []interface{}{
|