翔仔哥,我有一个问题就是修改产品信息控制判断语句
if(product != null && product.getShop() != null && product.getShop().getShopId() != null)
我们这里的shopId是从会话域中查询出来的然后在将它赋值给Product对象
Shop currentShop = (Shop) request.getSession().getAttribute(“currentShop”);
product.setShop(currentShop);
那么这个currenShop是不是只有店铺Id值,其它什么店铺名称,位置都是空值,那上面的判断语句中&&product.getShop() != null这个是不是多余的?或则说我有什么地方没搞懂
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程