From 26cc6ec0d7b91836717c617ec0be2a6eba4fd27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 20 Aug 2024 18:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/bl/massage/MassagePackageDao.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/bl/massage/MassagePackageDao.xml b/src/main/resources/mapper/bl/massage/MassagePackageDao.xml index 53984ba..40ed08d 100644 --- a/src/main/resources/mapper/bl/massage/MassagePackageDao.xml +++ b/src/main/resources/mapper/bl/massage/MassagePackageDao.xml @@ -85,10 +85,10 @@ and a.title like concat('%',#{params.title},'%') - and a.classifyId = #{classifyId} + and a.classifyId = #{params.classifyId} - and a.type = #{params.title} + and a.type = #{params.type} union all select massage_type_id as id,title,classify_id as type,b.value as type_name,old_price,price,massage_img,jianjie,content_img,add_num,sales,labels,'项目' as flag,1 as is_can_coupon,1 as is_can_vip, @@ -103,12 +103,12 @@ and a.title like concat('%',#{params.title},'%') - and a.classifyId = #{classifyId} + and a.classifyId = #{params.classifyId} - + and 1=1 - + and 1=2 order by sales desc,id asc