枪口信息表添加 车位号 字段

This commit is contained in:
Lemon
2023-08-09 10:28:15 +08:00
parent ef49f16785
commit 4da4a76899
3 changed files with 22 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ public class LianLianServiceImpl implements LianLianService {
String payment = StationPaymentEnum.getPaymentByCode(pileStationInfo.getPayment());
info.setPayment(payment);
if (StringUtils.isNotBlank(pileStationInfo.getParkingNumber())) {
info.setIsPublicParkingLot(1);
info.setParkingLotNumber(pileStationInfo.getParkingNumber());
}
List<EquipmentInfo> pileList = getPileList(pileStationInfo);