Pu Zhibing
2 天以前 6c3f781630bc0c559ceca1a69d4c9e7e33e5daf1
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/business/MerShopController.java
@@ -306,6 +306,9 @@
            if (e.getIsDefault()==1){
                shop.setIsDefault(true);
            }
            if(null != shop && 1 == shop.getShopType()){
                shop.setModifyPricePermission(1);
            }
            return shop;
        }).collect(Collectors.toList());
        return R.ok(collect);