lyh
4 天以前 c964d3043846a0459b8d2aacdf2f76bf5be2ad79
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java
@@ -73,7 +73,7 @@
     * 设备管理首页-设备报修故障情况
     * @return
     */
    List<EchartsDto> reportRepairList();
    List<EchartsDto> reportRepairList(String productionCode);
    /**
     * 设备管理首页-设备报修故障情况列表
@@ -81,5 +81,5 @@
     * @param page
     * @return
     */
    IPage<EamReportRepairDto> reportRepairList(String code, Page<EamReportRepairDto> page);
    IPage<EamReportRepairDto> reportRepairList(String code,String productionCode,Page<EamReportRepairDto> page);
}