|
|
@@ -111,7 +111,7 @@ public class WeChatPaymentMininProgramStrategyImpl implements PaymentStrategy {
|
|
|
}
|
|
|
LambdaQueryWrapper<StorePaymentConfig> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(StorePaymentConfig::getWechatPayPublicKeyId, wechatPayPublicKeyId);
|
|
|
- return storePaymentConfigMapper.selectOne(wrapper);
|
|
|
+ return storePaymentConfigMapper.selectList(wrapper).getFirst();
|
|
|
}
|
|
|
|
|
|
/**
|