Przeglądaj źródła

[合同][修改][优化合同需求]

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
976fff4aa0
2 zmienionych plików z 3 dodań i 0 usunięć
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +2
    -0
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

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

@@ -167,6 +167,7 @@
<if test=" null != receivePay ">,receive_pay = #{receivePay},owe=#{receivePay}</if>
<if test=" null != comments ">,comments = #{comments}</if>
<if test=" null != receiveDate ">,receive_date = #{receiveDate}</if>
<if test="0 == receivePay">,status = 3,pay_date=now()</if>
where id = #{id}
</update>



+ 2
- 0
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Wyświetl plik

@@ -167,6 +167,8 @@
<if test=" null != receivePay ">,receive_pay = #{receivePay}</if>
<if test=" null != comments ">,comments = #{comments}</if>
<if test=" null != receiveDate ">,receive_date = #{receiveDate}</if>
<if test="0 == receivePay">,status = 3,pay_date=now()</if>

where id = #{id}
</update>



Ładowanie…
Anuluj
Zapisz