mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -234,7 +234,8 @@ public class TempController extends BaseController {
|
||||
throw new BusinessException("", "查询信息为空");
|
||||
}
|
||||
String appId = pileMerchantInfoService.queryAppIdByMerchantId(merchantId);
|
||||
orderBasicInfoService.doBalancePaymentWithDelay(orderBasicInfo, adapayMemberAccount, appId);
|
||||
// orderBasicInfoService.doBalancePaymentWithDelay(orderBasicInfo, adapayMemberAccount, appId);
|
||||
tempService.doBalancePaymentTemp(orderBasicInfo, adapayMemberAccount, appId);
|
||||
} catch (Exception e) {
|
||||
logger.error("临时接口交易确认接口 error,", e);
|
||||
response = new RestApiResponse<>(ReturnCodeEnum.CODE_WEIXIN_REFUND_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user