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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user