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