在try{
shopCategoryList=shopCategoryService.getShopCategoryList(new ShopCategory());
areaList = areaService.getAreaList();
modelMap.put(“shopCategoryList”, shopCategoryList);
modelMap.put(“areaList”, areaList);
怎么还要放置异常modelMap.put(“success”, true);
}
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程