Lius
2025-03-04 61bd1f27cb0f83890bfcd9aec6257eda13c0fc4d
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentStatisticalInfoMapper.java
@@ -33,4 +33,8 @@
    BigDecimal computeUtilizationMonth(@Param("productionId") String productionId, @Param("startDate") String startDate, @Param("endDate") String endDate);
    BigDecimal computeUtilizationMonthTotal(@Param("productionId") String productionId, @Param("startDate") String startDate, @Param("endDate") String endDate);
    BigDecimal computeUtilizationWeek(@Param("productionId") String productionId, @Param("date") String date);
    BigDecimal computeUtilizationWeekTotal(@Param("productionId") String productionId, @Param("date") String date);
}