ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/controller/console/ShopController.java
@@ -131,7 +131,7 @@ @PostMapping("/getShopHFTXSubMchId") public R<ShopAuthenticationHftxVo> getShopHFTXSubMchId(@RequestBody Long shopId){ ShopAuthenticationHftx shopAuthenticationHftx = shopAuthenticationHftxService.getOne(new QueryWrapper<ShopAuthenticationHftx>() .eq("isDelete", 0).eq("shop_id", shopId)); .eq("is_delete", 0).eq("shop_id", shopId)); ShopAuthenticationHftxVo vo = new ShopAuthenticationHftxVo(); BeanUtils.copyProperties(shopAuthenticationHftx, vo); return R.ok(vo, "");