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

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

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
976fff4aa0
2 измененных файлов: 3 добавлений и 0 удалений
  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 Просмотреть файл

@@ -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 Просмотреть файл

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



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