Przeglądaj źródła

[租赁合同][修改][更新账单时不更新欠缴]

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
748b0f4f7c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

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

@@ -161,7 +161,7 @@

<update id="update" parameterType="com.iformall.domain.po.WxBillRent">
update wx_bill_rent set updatetime = now()
<if test=" null != receivePay ">,receive_pay = #{receivePay},owe=#{receivePay}</if>
<if test=" null != receivePay ">,receive_pay = #{receivePay}</if>
<if test=" null != comments ">,comments = #{comments}</if>
where id = #{id}
</update>


Ładowanie…
Anuluj
Zapisz