|
@@ -230,7 +230,7 @@ public class MercFeeCountDayJob {
|
|
|
// 根据设备分组获取,每台设备佣金金额
|
|
|
Map<Long, Integer> deviceAgentMoneyMap = deviceAgFeeList.stream()
|
|
|
.collect(Collectors.groupingBy(MercDeviceAlgorithmChargingDto.PageByTopMercVO::getMercId,
|
|
|
- Collectors.summingInt(MercDeviceAlgorithmChargingDto.PageByTopMercVO::getAgentMoney)));
|
|
|
+ Collectors.summingInt(MercDeviceAlgorithmChargingDto.PageByTopMercVO::getFee)));
|
|
|
Set<Long> subMercIdSet = devicePayMoneyMap.keySet();
|
|
|
List<MercFeeCountDay> saveMercFeeCountList = new ArrayList<>();
|
|
|
for (Long mercId : subMercIdSet) {
|