From dafe3ef9750a41c43d1a94c94b7d7920fe219f25 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Tue, 1 Sep 2020 17:31:57 +0800 Subject: [PATCH] fix contract --- .../src/main/resources/mapper/WxPropertyContractMapper.xml | 1 + .../src/main/resources/mapper/WxRentContractMapper.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml index 7ab6e7258..41635e9f7 100644 --- a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml @@ -76,6 +76,7 @@ and `filepath` = #{filepath} and `status` = #{status} + and `apply_status` = #{applyStatus} and `contract_number` = #{contractNumber} and `deposit` = #{deposit} and `pay_date` = #{payDate} diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index 63b6827d2..b13f0f50b 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -110,7 +110,7 @@ and `filepath` = #{filepath} and `status` = #{status} - and `apply_status` = #{applyStatus} + and `apply_status` = #{applyStatus} and `contract_number` = #{contractNumber} and `deposit` = #{deposit} and `pay_date` = #{payDate}