jiangqs
2023-06-06 92da9546e1b37b06f78671b34389b1dec9dfadfc
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/management/MgtShopController.java
@@ -32,10 +32,10 @@
@RequestMapping("/mgt/shop")
public class MgtShopController {
    @Autowired
    @Resource
    private ShopService shopService;
    @Autowired
    @Resource
    private ShopRelTagService shopRelTagService;
    @RequestMapping(value = "/pageMgtShop", method = RequestMethod.POST)