zhangherong
2025-06-02 4aea11bda27aa35b09972ef1bd370a1bee82ed9a
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamInspectionOrderService.java
@@ -7,7 +7,9 @@
import org.jeecg.modules.eam.entity.EamInspectionOrder;
import org.jeecg.modules.eam.request.EamInspectionOrderQuery;
import org.jeecg.modules.eam.request.EamInspectionOrderRequest;
import org.jeecg.modules.eam.vo.EquipmentInspectionStatistics;
import java.time.LocalDate;
import java.util.List;
/**
@@ -82,4 +84,13 @@
     * @return
     */
    List<EamInspectionOrder> selectUnCompleteOrder(String expiredDate);
    /**
     * 点检统计
     * @param productionId
     * @param firstOfMonth
     * @param today
     * @return
     */
    List<EquipmentInspectionStatistics> equipmentInspectionStatistics(String productionId, LocalDate firstOfMonth, LocalDate today);
}