From e542047aab71e433928cc0a51758d4847632c6c5 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 05 十二月 2024 15:24:27 +0800
Subject: [PATCH] 调整RTU状态查询中显示的内容(去掉一些内容不序列化成json)
---
pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeIssueReportMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeIssueReportMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeIssueReportMapper.xml
index 47379c7..8ae72d4 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeIssueReportMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeIssueReportMapper.xml
@@ -203,7 +203,7 @@
</select>
<!--鏍规嵁鎸囧畾鏉′欢鑾峰彇宸℃鍛橀棶棰樹笂鎶�-->
- <select id="getIssueReports" resultType="com.dy.pipIrrGlobal.voOp.VoIssueReport">
+ <select id="getIssueReports" resultType="com.dy.pipIrrGlobal.voOp.VoIssueReport_temp">
SELECT
rpt.id AS issueReportId,
us.name AS inspectorName,
--
Gitblit v1.8.0