Browse Source

Merge branch 'release_toaliyun_real' into release_real_200809

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
c9b1f30550
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 0
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml View File

@@ -76,6 +76,7 @@
</if>
<if test=" null != filepath ">and `filepath` = #{filepath}</if>
<if test=" null != status ">and `status` = #{status}</if>
<if test=" null != applyStatus ">and `apply_status` = #{applyStatus}</if>
<if test=" null != contractNumber ">and `contract_number` = #{contractNumber}</if>
<if test=" null != deposit ">and `deposit` = #{deposit}</if>
<if test=" null != payDate ">and `pay_date` = #{payDate}</if>


+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml View File

@@ -110,7 +110,7 @@
</if>
<if test=" null != filepath and '' != filepath">and `filepath` = #{filepath}</if>
<if test=" null != status and '' != status">and `status` = #{status}</if>
<if test=" null != applyStatus and '' != applyStatus">and `apply_status` = #{applyStatus}</if>
<if test=" null != applyStatus ">and `apply_status` = #{applyStatus}</if>
<if test=" null != contractNumber and '' != contractNumber">and `contract_number` = #{contractNumber}</if>
<if test=" null != deposit and '' != deposit">and `deposit` = #{deposit}</if>
<if test=" null != payDate and '' != payDate">and `pay_date` = #{payDate}</if>


Loading…
Cancel
Save