mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
取消缓存
This commit is contained in:
@@ -117,12 +117,12 @@ public class JumpController extends BaseController {
|
||||
// String pileSn = StringUtils.substring(pileConnectorCode, 0, 14);
|
||||
String pileSn = YKCUtils.getPileSn(pileConnectorCode);
|
||||
logger.info("查询充电枪口详情, 截取桩号:{}, pileSn:{}", pileConnectorCode, pileSn);
|
||||
try {
|
||||
// 如果对接了类似华为平台的第三方平台,先修改一下枪口状态
|
||||
updateThirdPartyConnectorStatus(pileSn);
|
||||
}catch (Exception e) {
|
||||
logger.error("修改第三方平台枪口状态 error", e);
|
||||
}
|
||||
// try {
|
||||
// // 如果对接了类似华为平台的第三方平台,先修改一下枪口状态
|
||||
// updateThirdPartyConnectorStatus(pileSn);
|
||||
// }catch (Exception e) {
|
||||
// logger.error("修改第三方平台枪口状态 error", e);
|
||||
// }
|
||||
|
||||
try {
|
||||
String memberId = null;
|
||||
|
||||
Reference in New Issue
Block a user