新增 后管查询sim卡流量套餐信息接口

This commit is contained in:
Lemon
2024-11-04 11:36:44 +08:00
parent 340761e818
commit 4e414b5f39
4 changed files with 114 additions and 9 deletions

View File

@@ -255,8 +255,9 @@ public class LoginRequestHandler extends AbstractYkcHandler {
CompletableFuture.runAsync(() -> {
// 充电桩使用的sim卡把信息存库
try {
pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
// pileBasicInfoService.updatePileSimInfo(pileSn, iccid);
// pileBasicInfoService.updatePileSimInfoV2(pileSn, iccid);
pileBasicInfoService.bindPileSimCard(pileSn, iccid);
} catch (Exception e) {
log.error("更新充电桩sim卡信息失败pileSn:{}, iccid:{}", pileSn, iccid, e);
}