mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-20 07:16:00 +08:00
update 打印日志
This commit is contained in:
@@ -110,8 +110,6 @@ public class ParameterConfigurationHandler extends AbstractHandler{
|
|||||||
startIndex += length;
|
startIndex += length;
|
||||||
byte[] pileMinOutputCurrentByteArr = BytesUtil.copyBytes(msgBody, startIndex, length);
|
byte[] pileMinOutputCurrentByteArr = BytesUtil.copyBytes(msgBody, startIndex, length);
|
||||||
|
|
||||||
log.info("参数配置, 起始SOC:{}", soc);
|
|
||||||
|
|
||||||
// 查询该订单下信息,将起始soc传入
|
// 查询该订单下信息,将起始soc传入
|
||||||
OrderBasicInfo orderInfo = orderBasicInfoService.getOrderInfoByTransactionCode(transactionCode);
|
OrderBasicInfo orderInfo = orderBasicInfoService.getOrderInfoByTransactionCode(transactionCode);
|
||||||
if (Objects.nonNull(orderInfo)) {
|
if (Objects.nonNull(orderInfo)) {
|
||||||
@@ -119,8 +117,8 @@ public class ParameterConfigurationHandler extends AbstractHandler{
|
|||||||
.id(orderInfo.getId())
|
.id(orderInfo.getId())
|
||||||
.startSoc(soc)
|
.startSoc(soc)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
orderBasicInfoService.updateOrderBasicInfo(orderBasicInfo);
|
orderBasicInfoService.updateOrderBasicInfo(orderBasicInfo);
|
||||||
|
log.info("更新订单起始SOC, orderCode:{}, transactionCode:{}, startSoc:{}", orderInfo.getOrderCode(), transactionCode, soc);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user