ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/TChargingOrderServiceImpl.java
@@ -1323,6 +1323,9 @@ BigDecimal gu = new BigDecimal("0"); BigDecimal total = new BigDecimal("0"); for (TChargingOrderAccountingStrategy temp : list2) { if (temp.getChargingCapacity() == null){ temp.setChargingCapacity(BigDecimal.ZERO); } switch (temp.getType()) { case 1: jian = jian.add(temp.getChargingCapacity()); ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingOrderMapper.xml
@@ -876,6 +876,7 @@ <if test="endTime1 != null and endTime1!=''"> and (t1.end_time between #{endTime1} and #{endTime2}) </if> AND t1.del_flag = 0 and t1.start_time IS NOT NULL order by t1.create_time desc </select>