diff --git a/cash-service/account-service/src/main/resources/mapper/ShopConfigMapper.xml b/cash-service/account-service/src/main/resources/mapper/ShopConfigMapper.xml index 875c7f62..1762e854 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopConfigMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopConfigMapper.xml @@ -13,8 +13,8 @@ left join tb_shop_info t2 on t1.id = t2.id left join sys_user t3 on t1.id = t3.id where t1.main_id = #{shopId} - - and t2.shop_name like concat('%', #{branchName}, '%') + + and t2.shop_name like concat('%', #{branchShopName}, '%') \ No newline at end of file