Houjie
7 天以前 b441d4a71dd43bf7fb12bfa62938ccd3020878b5
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamInspectionOrderService.java
@@ -93,4 +93,7 @@
     * @return
     */
    List<EquipmentInspectionStatistics> equipmentInspectionStatistics(String productionId, LocalDate firstOfMonth, LocalDate today);
    /** 查询所有未领取(待点检状态)的工单(关联查询设备所属产线) */
    List<EamInspectionOrder> selectUnReceivedInspectionOrder();
}