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