mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 交易确认接口
This commit is contained in:
@@ -200,7 +200,7 @@ public class TempController extends BaseController {
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
OrderBasicInfo orderBasicInfo = orderBasicInfoService.getOrderInfoByOrderCode(dto.getOrderCode());
|
||||
AdapayMemberAccount adapayMemberAccount = adapayMemberAccountService.selectByMerchantId("1");
|
||||
AdapayMemberAccount adapayMemberAccount = adapayMemberAccountService.selectByMerchantId(orderBasicInfo.getMerchantId());
|
||||
if (orderBasicInfo == null || adapayMemberAccount == null) {
|
||||
throw new BusinessException("", "查询信息为空");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user