This commit is contained in:
Lemon
2025-12-22 09:16:23 +08:00
parent fa162e799d
commit bbabd29c1c

View File

@@ -67,7 +67,7 @@ public class PileMsgRecordServiceImpl implements PileMsgRecordService {
// 如果pileSn长度 不等于8电单车桩号或者不等于14汽车桩号不保存 // 如果pileSn长度 不等于8电单车桩号或者不等于14汽车桩号不保存
if (pileSn.length() != 8 && pileSn.length() != 14) { if (pileSn.length() != 8 && pileSn.length() != 14) {
log.error("保存桩消息记录 error -pileSn长度不等于8或者14"); log.error("保存桩消息记录 error -pileSn长度不等于8或者14, pileSn:{}", pileSn);
return; return;
} }