From daf86421621e50a3af692893cfed6f71121ff428 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 11 Sep 2023 10:10:22 +0800 Subject: [PATCH] update --- .../jsowell/pile/service/impl/PileMerchantInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e8a2a856b..404bc0f08 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 @@ -433,7 +433,7 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService { if (merchant == null) { return null; } - return merchant.getAppId(); + return merchant.getDelayMode(); } @Override