Browse Source

fix cashout

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
754c7fbc4d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml View File

@@ -92,6 +92,9 @@
<update id="updateStatus" parameterType="com.iformall.domain.po.WxCashOut">
update wx_cash_out
set `status` = #{status},
<if test=" null != failRemark and '' != failRemark">
`fail_remark` = #{failRemark},
</if>
`update_date` = #{updateDate}
where id=#{id}
<if test=" null != tenantId and '' != tenantId">


Loading…
Cancel
Save