mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 02:40:15 +08:00
打印日志
This commit is contained in:
@@ -116,7 +116,7 @@ public class JumpController extends BaseController {
|
|||||||
// 截取桩号
|
// 截取桩号
|
||||||
// String pileSn = StringUtils.substring(pileConnectorCode, 0, 14);
|
// String pileSn = StringUtils.substring(pileConnectorCode, 0, 14);
|
||||||
String pileSn = YKCUtils.getPileSn(pileConnectorCode);
|
String pileSn = YKCUtils.getPileSn(pileConnectorCode);
|
||||||
|
logger.info("查询充电枪口详情, 截取桩号:{}, pileSn:{}", pileConnectorCode, pileSn);
|
||||||
try {
|
try {
|
||||||
// 如果对接了类似华为平台的第三方平台,先修改一下枪口状态
|
// 如果对接了类似华为平台的第三方平台,先修改一下枪口状态
|
||||||
updateThirdPartyConnectorStatus(pileSn);
|
updateThirdPartyConnectorStatus(pileSn);
|
||||||
|
|||||||
Reference in New Issue
Block a user