diff --git a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml index d9c2e125d..3fbc1eff4 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -28,7 +28,7 @@ where user_id = #{userId} - and shop_id = #{mainShopId} + and main_shop_id = #{mainShopId}