|
|
@@ -250,7 +250,7 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
String form = null;
|
|
|
try {
|
|
|
AlipayResponse alipayResponse = alipayClient.pageExecute(alipayRequest);
|
|
|
- if (alipayResponse.isSuccess()) {
|
|
|
+ if (!alipayResponse.isSuccess()) {
|
|
|
String shopId = orderPayBuilderDto.getShopId();
|
|
|
ZfbShopOrderDayLimit dayLimit = zfbShopOrderDayLimitMapper.selectOne(Wrappers.lambdaQuery(ZfbShopOrderDayLimit.class)
|
|
|
.eq(ZfbShopOrderDayLimit::getAppId, shopId)
|