From 56e0b3968746087d4d90ce129d10d5909501b566 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 27 Aug 2021 10:11:56 +0800 Subject: [PATCH] property --- .../src/main/resources/mapper/WxPropertyContractMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml index a4ef296f9..be4425874 100644 --- a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml @@ -78,7 +78,7 @@ and `filepath` = #{filepath} and `status` = #{status} and `apply_status` = #{applyStatus} - and `contract_number` = #{contractNumber} + and `contract_number` = #{contractNumber} and `deposit` = #{deposit} and `pay_date` = #{payDate} and `is_del` = #{isDel}