取消缓存

This commit is contained in:
Guoqs
2024-09-09 19:46:21 +08:00
parent 723ab3529b
commit 766e6124e5
6 changed files with 69 additions and 57 deletions

View File

@@ -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;