Bläddra i källkod

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

release_toaliyun_real
luozukai 7 år sedan
committed by Stormeye Wu
förälder
incheckning
9530a14116
2 ändrade filer med 2 tillägg och 2 borttagningar
  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 Visa fil

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

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



Laddar…
Avbryt
Spara