mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -3374,9 +3374,9 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
String orderCode = dto.getStartChargeSeq();
|
||||
//2025.5.23发现生成的订单为425010765000000000273551033向对方平台推送订单信息接口,对方平台反差错误,使用MA1JLFUU8成功
|
||||
//但是在启动充电接口中只能使用425010765运营商id,才能启动成功,使用MA1JLFUU8错误
|
||||
if(orderCode.substring(0,9).equals(ThirdPartyOperatorIdEnum.LIAN_LIAN_PLATFORM.getOperatorId())){
|
||||
/* if(orderCode.substring(0,9).equals(ThirdPartyOperatorIdEnum.LIAN_LIAN_PLATFORM.getOperatorId())){
|
||||
orderCode = "MA1JLFUU8" + orderCode.substring(9);
|
||||
}
|
||||
}*/
|
||||
String pileConnectorCode = dto.getConnectorID();
|
||||
// String pileSn = StringUtils.substring(pileConnectorCode, 0, 14);
|
||||
String pileSn = YKCUtils.getPileSn(pileConnectorCode);
|
||||
|
||||
Reference in New Issue
Block a user