diff --git a/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml b/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml index 12c2e7af7..ee20aca5b 100644 --- a/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml @@ -3,7 +3,6 @@ - @@ -18,33 +17,27 @@ where 1 = 1 - and `id` = #{id} - + and `id` = #{id} and `tenant_id` like concat('%', #{tenantId},'%') - and `title` like concat('%', #{title},'%') - - and `type` = #{type} - + and `type` = #{type} - and `create_date` = #{createDate} - + and `create_date` = #{createDate} - and `update_date` = #{updateDate} - + and `update_date` = #{updateDate} and id in diff --git a/mallinkService/src/main/resources/mapper/WxChannelMapper.xml b/mallinkService/src/main/resources/mapper/WxChannelMapper.xml index c3488c3d1..95c495c96 100644 --- a/mallinkService/src/main/resources/mapper/WxChannelMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxChannelMapper.xml @@ -3,7 +3,6 @@ - @@ -17,28 +16,19 @@ where 1 = 1 - and `id` = #{id} - - - - - and `tenant_id` = #{tenantId} - - + and `id` = #{id} + - and `channel_id` = #{channelId} - + and `channel_id` = #{channelId} and `title` like concat('%', #{title},'%') - and `img` like concat('%', #{img},'%') - and id in