This commit is contained in:
2023-08-03 14:58:14 +08:00
parent bf14149db3
commit 6a32d3a85f

View File

@@ -1565,7 +1565,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
for (IndexOrderInfoVO indexOrderInfoVO : entry.getValue()) {
totalOrderAmount = totalOrderAmount.add(new BigDecimal(indexOrderInfoVO.getTotalOrderAmount()));
totalElectricity = totalElectricity.add(new BigDecimal(indexOrderInfoVO.getTotalElectricity()));
orderCodeList.addAll(Lists.newArrayList(StringUtils.split(indexOrderInfoVO.getOrderCodes(), ",")))
orderCodeList.addAll(Lists.newArrayList(StringUtils.split(indexOrderInfoVO.getOrderCodes(), ",")));
}
// 查询对应数据