mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update 日志
This commit is contained in:
@@ -887,7 +887,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
for (SettleOrderReport orderReport : stationReportList) {
|
for (SettleOrderReport orderReport : stationReportList) {
|
||||||
String orderCodes = orderReport.getOrderCodes();
|
String orderCodes = orderReport.getOrderCodes();
|
||||||
if (StringUtils.isBlank(orderCodes)) {
|
if (StringUtils.isBlank(orderCodes)) {
|
||||||
logger.warn("站点:{}, 日期:{}, 没有查到订单数据", orderReport.getStationId(), tradeDate);
|
logger.info("站点:{}, 日期:{}, 没有查到订单数据", orderReport.getStationId(), tradeDate);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
List<String> orderCodeList = Lists.newArrayList(StringUtils.split(orderCodes, ","));
|
List<String> orderCodeList = Lists.newArrayList(StringUtils.split(orderCodes, ","));
|
||||||
@@ -984,6 +984,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
// 查询订单的交易id
|
// 查询订单的交易id
|
||||||
AdapayCallbackRecord adapayCallbackRecord = adapayCallbackRecordService.selectByOrderCode(orderBasicInfo.getOrderCode());
|
AdapayCallbackRecord adapayCallbackRecord = adapayCallbackRecordService.selectByOrderCode(orderBasicInfo.getOrderCode());
|
||||||
if (adapayCallbackRecord == null) {
|
if (adapayCallbackRecord == null) {
|
||||||
|
logger.error("根据订单号:{}, 未查询到汇付支付回调信息", orderBasicInfo.getOrderCode());
|
||||||
throw new BusinessException(ReturnCodeEnum.CODE_ADAPAY_CALLBACK_IS_NULL_ERROR);
|
throw new BusinessException(ReturnCodeEnum.CODE_ADAPAY_CALLBACK_IS_NULL_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user