From ab42c98d5b0dae4a68992d2bf9be0a9de837ed3a Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Fri, 14 Nov 2025 08:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../czg/service/account/service/impl/ShopInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/ShopInfoServiceImpl.java b/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/ShopInfoServiceImpl.java index 007e8f7e6..f9c151c6d 100644 --- a/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/ShopInfoServiceImpl.java +++ b/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/ShopInfoServiceImpl.java @@ -426,7 +426,7 @@ public class ShopInfoServiceImpl extends ServiceImpl i } @Override - public Long getMainIdByShopId(Long shopId) { + public Long getMainIdByShopId(Long shopId) throws CzgException { ShopInfo shopInfo = this.getById(shopId); if (shopInfo == null) { throw new CzgException("店铺信息不存在");