From 758d9bfa8c4c8305a5cc3067842dbc9c9eecb2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=8F=E4=BC=BD?= Date: Thu, 19 Oct 2023 17:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2sql=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/HyPartnerLineInfoMapper.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerLineInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerLineInfoMapper.xml index 6c19a5c61..70c52426a 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerLineInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerLineInfoMapper.xml @@ -565,14 +565,14 @@ AND hpli.create_time BETWEEN #{lineStartTime} and #{lineEndTime} - + and hoai.area_path like concat('%/',#{intentAreaName},'/%') - + and hoai.area_path like concat('%/',#{intentAreaName},'/%') - AND hoai.area_path is null + AND hpuinfo.want_shop_area is null AND hpuinfo.accept_adjust_type = #{acceptAdjustType} @@ -603,31 +603,31 @@ #{userId} - + bi.user_portrait like concat("%,", #{userPortraitId}, ",%") - + bi.user_portrait not like concat("%,", #{userPortraitId}, ",%") - + bi.user_portrait is null - + #{userChannelId} - + #{userChannelId} - + hpuinfo.user_channel_id is null