From 754c7fbc4df7130a56044f8ad82b0b5d671b198f Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Mon, 26 Apr 2021 16:37:45 +0800 Subject: [PATCH] fix cashout --- mallinkService/src/main/resources/mapper/WxCashOutMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml index fbf3e0581..d47469ba4 100644 --- a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml @@ -92,6 +92,9 @@ update wx_cash_out set `status` = #{status}, + + `fail_remark` = #{failRemark}, + `update_date` = #{updateDate} where id=#{id}