update 桩登录时更新sim卡信息方法

This commit is contained in:
Lemon
2023-09-15 10:55:14 +08:00
parent 77774f2895
commit dfe202777b
3 changed files with 4 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ public interface IPileBasicInfoService {
// 更新充电桩的sim卡信息
void updatePileSimInfo(String pileSn, String iccid);
void updatePileSimInfoV2(String pileSn, String iccid);
/**
* 后管首页基本信息查询
*

View File

@@ -554,6 +554,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
return stringBuilder.toString();
}
@Override
public void updatePileSimInfoV2(String pileSn, String iccid) {
// 清缓存
cleanRedisCache(pileSn);