mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 打印日志
This commit is contained in:
@@ -67,7 +67,7 @@ public class PileMsgRecordServiceImpl implements PileMsgRecordService {
|
||||
|
||||
// 如果pileSn长度 不等于8(电单车桩号)或者不等于14(汽车桩号),不保存
|
||||
if (pileSn.length() != 8 && pileSn.length() != 14) {
|
||||
log.error("保存桩消息记录 error -pileSn长度不等于8或者14, pileSn:{}", pileSn);
|
||||
log.error("保存桩消息记录 error -pileSn长度不等于8或者14, pileSn:{}, frameType:{}, dto:{}", pileSn, frameType, dto);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user