update 运营端小程序查询枪口详情接口

This commit is contained in:
Lemon
2026-01-20 08:55:18 +08:00
parent 284bb4337a
commit 26062450c0

View File

@@ -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());