mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 预约充电
This commit is contained in:
@@ -815,6 +815,7 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
|
||||
// 获取桩状态
|
||||
Map<String, String> pileStatus = pileConnectorInfoService.getPileStatus(Lists.newArrayList(pileSn));
|
||||
personalPileInfoVO.setPileStatus(pileStatus.get(pileSn));
|
||||
personalPileInfoVO.setPileStatusDesc(PileStatusEnum.getStatusDesc(pileStatus.get(pileSn)));
|
||||
if (StringUtils.equals("1", personalPileInfoVO.getType())) {
|
||||
personalPileInfoVO.setType("管理员用户");
|
||||
}else {
|
||||
|
||||
@@ -30,6 +30,11 @@ public class PersonalPileInfoVO {
|
||||
*/
|
||||
private String pileStatus;
|
||||
|
||||
/**
|
||||
* 桩状态描述
|
||||
*/
|
||||
private String pileStatusDesc;
|
||||
|
||||
/**
|
||||
* 型号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user