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