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