Kaynağa Gözat

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

release_toaliyun_real
luozukai 7 yıl önce
ebeveyn
işleme
976fff4aa0
2 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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>



Yükleniyor…
İptal
Kaydet