From e2b19c75b958e7e586a08c615cb3ef9cd5a03086 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 27 Aug 2021 11:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxRentContractMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index b6365399d..6dbd5d23c 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -624,6 +624,9 @@ and rc.`parent_tenant_id` = #{parentTenantId} + + and rc.`contract_number` = #{contractNumber} + and rc.`id` = #{rentId}