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