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