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:
@@ -139,9 +139,9 @@ public class PileMsgRecordServiceImpl implements IPileMsgRecordService {
|
||||
// 桩类型
|
||||
String pileType = jsonObject.getString("pileType");
|
||||
if (StringUtils.equals(pileType, "01")) {
|
||||
pileType = "运营桩";
|
||||
pileType = "交流桩";
|
||||
} else {
|
||||
pileType = "个人桩";
|
||||
pileType = "直流桩";
|
||||
}
|
||||
|
||||
return "SIM卡号:" + iccid + ", " +
|
||||
|
||||
Reference in New Issue
Block a user