From 8d096953246d4a7fe5fe5a853938ff82c182a416 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Wed, 8 Nov 2023 11:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AE=A1=E5=85=85=E5=80=BC=E6=9C=AC?= =?UTF-8?q?=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/MemberWalletLogMapper.xml | 5 ++--- jsowell-ui/src/views/member/info/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/MemberWalletLogMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/MemberWalletLogMapper.xml index 88d27a92e..274477ad2 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/MemberWalletLogMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/MemberWalletLogMapper.xml @@ -320,14 +320,13 @@ insert into member_wallet_log (member_id, `type`, sub_type, amount, category, related_order_code, before_amount, - after_amount, create_by, create_time) + after_amount, create_by) values (#{item.memberId,jdbcType=VARCHAR}, #{item.type,jdbcType=VARCHAR}, #{item.subType,jdbcType=VARCHAR}, #{item.amount,jdbcType=DECIMAL}, #{item.category,jdbcType=CHAR}, #{item.relatedOrderCode,jdbcType=VARCHAR}, #{item.beforeAmount,jdbcType=DECIMAL}, #{item.afterAmount,jdbcType=DECIMAL}, - #{item.createBy,jdbcType=VARCHAR}, - #{item.createTime,jdbcType=TIMESTAMP}) + #{item.createBy,jdbcType=VARCHAR}) -

后管平台只能充值赠送余额,本金余额只能客户通过手机端充值

+

线下充值本金,客户直接在线下付款给商家

充值 @@ -385,7 +385,7 @@ export default { resetBalance() { console.log("重置 充值赠送金额相关"); this.openUpdateBalance = false; - this.updateBalance = ""; + this.updatePrincipalBalance = ""; this.updateBalanceMemberId = ""; this.type = "1"; },