mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user