Przeglądaj źródła

fix contract

release_toaliyun_real
xiaohanzi 5 lat temu
rodzic
commit
dafe3ef975
2 zmienionych plików z 2 dodań i 1 usunięć
  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 Wyświetl plik

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


+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz