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

[铜锣湾][修改][预账单]

release_toaliyun_real
luozukai 7 лет назад
committed by Stormeye Wu
Родитель
Сommit
9530a14116
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

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

@@ -140,7 +140,7 @@

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



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

@@ -135,7 +135,7 @@

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



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