From 3c063b97dadb1515bcd75699465c456e783caef8 Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 5 Jul 2024 09:22:10 +0800 Subject: [PATCH] fix contract --- .../main/resources/mapper/WxRentContractDepositTypeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml index 23e8364af..2f83aae1b 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractDepositTypeMapper.xml @@ -21,7 +21,7 @@ and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} - and `is_del` = #{isDel} + and `is_del` = #{isDel} and `name` like concat('%', #{name},'%') and id in