mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 充电站通信信息
This commit is contained in:
@@ -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 + ", " +
|
||||
|
||||
Reference in New Issue
Block a user