This commit is contained in:
Lemon
2023-09-11 10:10:22 +08:00
parent 0764ebbc43
commit daf8642162

View File

@@ -433,7 +433,7 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
if (merchant == null) { if (merchant == null) {
return null; return null;
} }
return merchant.getAppId(); return merchant.getDelayMode();
} }
@Override @Override