From e7195622f86c71d9c8f195d0a9ff25184d286b80 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Fri, 23 Apr 2021 10:12:21 +0800 Subject: [PATCH] fix cashout --- mallinkService/src/main/resources/mapper/WxCashOutMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml index 23db47546..3a4be1ee6 100644 --- a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml @@ -24,7 +24,7 @@ `id`,`tenant_id`,`parent_tenant_id`,`total_fee`,`status`,`audio_remark`,`create_date`,`update_date`,`b_user_id`,`wx_b_open_id`,`audio_date`, - `merchant_id`,`merchant_name`,`recive_open_id`,`reciveNickName`,`wx_pay_no`,`wx_pay_time`,`fail_remark` + `merchant_id`,`merchant_name`,`recive_open_id`,`recive_nick_name`,`wx_pay_no`,`wx_pay_time`,`fail_remark`