liurunyu
2024-12-14 d2ef2933dabbb57252f175a350f05b201ab9f874
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoOp/OpeIssueReportMapper.java
@@ -63,4 +63,11 @@
     * @return
     */
    Integer deleteIssueReport(Long issueReportId);
    /**
     * 根据问题上报记录主键获取获取巡检员问题上报记录视图对象
     * @param issueReportId
     * @return
     */
    VoIssueReport_temp getIssueReportById(Long issueReportId);
}