Просмотр исходного кода

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

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
748b0f4f7c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить