From 8f1b8cb52770e736e3aa0d138757a403c83cbf9d Mon Sep 17 00:00:00 2001
From: Guoqs <123@jsowell.com>
Date: Wed, 12 Mar 2025 16:21:07 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E8=BF=90=E8=90=A5?=
=?UTF-8?q?=E5=95=86=E9=85=8D=E7=BD=AE=E7=9A=84=E6=8F=90=E7=8E=B0=E6=96=B9?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../impl/PileMerchantInfoServiceImpl.java | 2 +-
.../mapper/pile/PileMerchantInfoMapper.xml | 58 +++++++++----------
2 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileMerchantInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileMerchantInfoServiceImpl.java
index 2fe11aa91..fd3d27801 100644
--- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileMerchantInfoServiceImpl.java
+++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileMerchantInfoServiceImpl.java
@@ -647,7 +647,7 @@ public class PileMerchantInfoServiceImpl implements PileMerchantInfoService {
if (pileMerchantInfo != null) {
MerchantWithdrawalTypeVO merchantWithdrawalTypeVO = new MerchantWithdrawalTypeVO();
merchantWithdrawalTypeVO.setMerchantId(pileMerchantInfo.getId() + "");
- merchantWithdrawalTypeVO.setWithdrawalType(pileMerchantInfo.getDelayMode());
+ merchantWithdrawalTypeVO.setWithdrawalType(pileMerchantInfo.getWithdrawalType());
merchantWithdrawalTypeVO.setReservedAmount(pileMerchantInfo.getReservedAmount());
return merchantWithdrawalTypeVO;
}
diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml
index f1477202e..aa4985322 100644
--- a/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml
+++ b/jsowell-pile/src/main/resources/mapper/pile/PileMerchantInfoMapper.xml
@@ -29,14 +29,14 @@
- id, merchant_name, merchant_level, parent_id, address, dept_id, `status`, delay_mode,
- organization_code, manager_name, manager_phone, service_phone, logo_url, app_id,
- alipay_app_id, withdrawal_type, reserved_amount, create_by, create_time, update_by,
+ id, merchant_name, merchant_level, parent_id, address, dept_id, `status`, delay_mode,
+ organization_code, manager_name, manager_phone, service_phone, logo_url, app_id,
+ alipay_app_id, withdrawal_type, reserved_amount, create_by, create_time, update_by,
update_time, del_flag