mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 15:28:41 +08:00
update 修改日志
This commit is contained in:
@@ -518,7 +518,9 @@ public class CommonService {
|
|||||||
ninaXiaPlatformService.notificationChargeOrderInfo(orderBasicInfo.getOrderCode());
|
ninaXiaPlatformService.notificationChargeOrderInfo(orderBasicInfo.getOrderCode());
|
||||||
}
|
}
|
||||||
if (StringUtils.equals(ThirdPlatformTypeEnum.DIAN_XING_PLATFORM.getTypeCode(), thirdPartyType)) {
|
if (StringUtils.equals(ThirdPlatformTypeEnum.DIAN_XING_PLATFORM.getTypeCode(), thirdPartyType)) {
|
||||||
dianXingPlatformService.notificationChargeOrderInfo(orderBasicInfo.getOrderCode());
|
log.info("点行平台推送订单数据 params:{}", orderBasicInfo);
|
||||||
|
String result = dianXingPlatformService.notificationChargeOrderInfo(orderBasicInfo.getOrderCode());
|
||||||
|
log.info("点行平台推送订单数据 result:{}", result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user