Commit 5c294239 by huangZW

111

parent 0699ef41
......@@ -209,7 +209,10 @@ public class StoreController extends WebBaseController{
return resultResponse(HaoBanErrCode.ERR_1,countyList);
}
}
return resultResponse(HaoBanErrCode.ERR_8);
map.put("province", provinceList);
map.put("city", cityList);
map.put("country", countyList);
return resultResponse(HaoBanErrCode.ERR_8,map);
}
//获取首页销售数据
@RequestMapping("/change-store-detail")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment