update 充电站通信信息

This commit is contained in:
2023-11-04 10:01:04 +08:00
parent 6c4ee213e6
commit dc9d8647fc
2 changed files with 14 additions and 7 deletions

View File

@@ -135,11 +135,12 @@ public class PileMsgRecordServiceImpl implements IPileMsgRecordService {
// 桩类型
String pileType = jsonObject.getString("pileType");
if (StringUtils.equals(pileType, "1")) {
if (StringUtils.equals(pileType, "01")) {
pileType = "运营桩";
} else {
pileType = "个人桩";
}
return "SIM卡号:" + iccid + ", " +
"设备程序版本:" + programVersion + ", " +
"桩类型:" + pileType + ", " +