update 计算站点订单报表,查询订单列表只查对应当前运营商的

This commit is contained in:
2024-01-30 13:52:20 +08:00
parent 9e9c84b194
commit 1bc5e9fa6a
2 changed files with 2 additions and 1 deletions

View File

@@ -230,7 +230,6 @@ public class ZDLServiceImpl implements ZDLService {
.stationLng(new BigDecimal(pileStationInfo.getStationLng()))
.stationLat(new BigDecimal(pileStationInfo.getStationLat()))
.construction(Integer.valueOf(pileStationInfo.getConstruction()))
.build();
// 截取运营商组织机构代码(去除最后一位后的最后九位)
MerchantInfoVO merchantInfo = pileMerchantInfoService.getMerchantInfoVO(String.valueOf(pileStationInfo.getMerchantId()));