mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update 改桩类型描述
This commit is contained in:
@@ -139,9 +139,9 @@ public class PileMsgRecordServiceImpl implements IPileMsgRecordService {
|
|||||||
// 桩类型
|
// 桩类型
|
||||||
String pileType = jsonObject.getString("pileType");
|
String pileType = jsonObject.getString("pileType");
|
||||||
if (StringUtils.equals(pileType, "01")) {
|
if (StringUtils.equals(pileType, "01")) {
|
||||||
pileType = "运营桩";
|
pileType = "交流桩";
|
||||||
} else {
|
} else {
|
||||||
pileType = "个人桩";
|
pileType = "直流桩";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "SIM卡号:" + iccid + ", " +
|
return "SIM卡号:" + iccid + ", " +
|
||||||
|
|||||||
Reference in New Issue
Block a user