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

@@ -202,7 +202,8 @@ public class LoginRequestHandler extends AbstractHandler{
// 充电桩使用的sim卡把信息存库
if (StringUtils.equals("00", internetConnection)) {
try {
pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
// pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
pileBasicInfoService.updatePileSimInfoV2(pileSn, iccid);
} catch (Exception e) {
log.error("更新充电桩sim卡信息失败", e);
}