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 + - where id = #{id} - select from pile_merchant_info - where id in + where id in #{merchantId,jdbcType=VARCHAR} @@ -1125,7 +1125,7 @@ - select from pile_merchant_info @@ -1149,7 +1149,7 @@ - select from pile_merchant_info @@ -1157,7 +1157,7 @@ and dept_id = #{deptId,jdbcType=VARCHAR} - select from @@ -1171,7 +1171,7 @@ - select from @@ -1180,7 +1180,7 @@ and merchant_level = '1' - select from @@ -1190,7 +1190,7 @@ and app_id = #{wxAppId,jdbcType=VARCHAR} - select from @@ -1248,7 +1248,7 @@ - select from pile_merchant_info where del_flag = '0' @@ -1269,4 +1269,4 @@ AND t1.id = #{stationId,jdbcType=VARCHAR} - \ No newline at end of file +