This commit is contained in:
Lemon
2023-09-15 14:45:10 +08:00
parent 2fe34b5bf7
commit bed6b82c6e

View File

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