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

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

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
21c3ca115e
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 id="update" parameterType="com.iformall.domain.po.WxBillProperty">
update wx_bill_property set updatetime = now() 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} where id = #{id}
</update> </update>




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

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


<update id="update" parameterType="com.iformall.domain.po.WxBillRent"> <update id="update" parameterType="com.iformall.domain.po.WxBillRent">
update wx_bill_rent set updatetime = now() 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} where id = #{id}
</update> </update>




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