diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index ff4a950b8..46ceba4ba 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -155,7 +155,7 @@ and `id` = #{id} and `from_id` = #{fromId} and `merchant_id` = #{merchantId} - and `is_private_merchant` = #{isPrivateMerchant} + and `is_private_merchant` = #{isPrivateMerchant} and `price` = #{price} and `rental_start_date` = #{rentalStartDate} and `rental_end_date` = #{rentalEndDate} @@ -399,7 +399,7 @@ and rc.`contract_number` = #{contractNumber} - and rc.`is_private_merchant` = #{isPrivateMerchant} + and rc.`is_private_merchant` = #{isPrivateMerchant} and rc.`id` = #{rentId}