mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 运营端小程序查询枪口详情接口
This commit is contained in:
@@ -1271,6 +1271,9 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
||||
detailVO.setMerchantId(pileConnectorInfoVO.getMerchantId());
|
||||
detailVO.setMerchantName(pileConnectorInfoVO.getMerchantName());
|
||||
detailVO.setModelName(pileConnectorInfoVO.getModelName());
|
||||
if (StringUtils.isNotBlank(pileConnectorInfoVO.getChargeType())) {
|
||||
detailVO.setChargeType(StringUtils.equals(pileConnectorInfoVO.getChargeType(), Constants.ONE) ? "直流" : "交流");
|
||||
}
|
||||
detailVO.setChargeType(pileConnectorInfoVO.getChargeType());
|
||||
detailVO.setRatedPower(pileConnectorInfoVO.getRatedPower());
|
||||
detailVO.setCreateTime(pileConnectorInfoVO.getCreateTime());
|
||||
|
||||
Reference in New Issue
Block a user