qushaowei
2025-05-26 ea42a1e743bf24bbc1648f7ea82ad1812e156eb4
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/InspectionOrderMapper.java
@@ -40,5 +40,18 @@
    IPage<Map<String, Object>> findWeekInspectionProjectList(IPage<Map> pageData, @Param("params") Map<String,Object> params);
    /**
     * 点检报表 new
     */
    List<Map<String, Object>> findDayInspectionStandard(@Param("equipmentId")String equipmentId);
    /**
     * 点检报表 new
     */
    List<Map<String, Object>> findDayInspectionStandardProject(@Param("name")String name,@Param("detectionStandard")String detectionStandard);
    /**
     * 点检报表 new
     */
    List<Map<String, Object>> getUserQianzi(@Param("num")String num);
}