mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-12 05:50:16 +08:00
update
This commit is contained in:
@@ -202,8 +202,8 @@ public class LoginRequestHandler extends AbstractHandler{
|
|||||||
// 充电桩使用的sim卡,把信息存库
|
// 充电桩使用的sim卡,把信息存库
|
||||||
if (StringUtils.equals("00", internetConnection)) {
|
if (StringUtils.equals("00", internetConnection)) {
|
||||||
try {
|
try {
|
||||||
// pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
|
pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
|
||||||
pileBasicInfoService.updatePileSimInfoV2(pileSn, iccid);
|
// pileBasicInfoService.updatePileSimInfoV2(pileSn, iccid);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("更新充电桩sim卡信息失败", e);
|
log.error("更新充电桩sim卡信息失败", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user