From 34c0fc368f0c06e03f11cd4bc07924734d0d6ae5 Mon Sep 17 00:00:00 2001 From: SjS Date: Wed, 21 May 2025 18:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8C=BA=E5=8D=A1=E5=BA=A7=E5=90=88?= =?UTF-8?q?=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/ruoyi/bst/booth/mapper/BoothMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-service/src/main/java/com/ruoyi/bst/booth/mapper/BoothMapper.xml b/ruoyi-service/src/main/java/com/ruoyi/bst/booth/mapper/BoothMapper.xml index 97a85d1..ec948d4 100644 --- a/ruoyi-service/src/main/java/com/ruoyi/bst/booth/mapper/BoothMapper.xml +++ b/ruoyi-service/src/main/java/com/ruoyi/bst/booth/mapper/BoothMapper.xml @@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and bb.picture = #{query.picture} and bp.part_name like concat('%', #{query.partName}, '%') and bb.expired_time >= #{query.time} - and bp_parent.part_id = #{query.partParentId} OR bp.part_id = #{query.partParentId} + or bp_parent.part_id = #{query.partParentId} and bs.store_name like concat('%', #{query.storeName}, '%') ${@com.ruoyi.framework.util.DataScopeUtil@create(query.scope) .userSetAlias("bs.user_id")