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