update 电单车

This commit is contained in:
Guoqs
2024-10-11 09:19:19 +08:00
parent 587cc9d006
commit 751ba929d7
4 changed files with 40 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ public class JumpController extends BaseController {
}
// 如果pileSN长度为8位需要解析一下
if (pileSn.length() == 8) {
if (YouDianUtils.isEBikePileSn(pileSn)) {
pileSn = YouDianUtils.resolvePhysicalId(pileSn);
}
@@ -107,7 +107,7 @@ public class JumpController extends BaseController {
}
// 如果pileSN长度为8位需要解析一下
if (pileSn.length() == 8) {
if (YouDianUtils.isEBikePileSn(pileSn)) {
pileSn = YouDianUtils.resolvePhysicalId(pileSn);
}