From e11aff139734ce34e4f7468170ebf0f62ccbb50b Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期二, 19 四月 2022 16:07:11 +0800
Subject: [PATCH] 首页
---
dao/src/main/resources/mapper/LightReportDataMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dao/src/main/resources/mapper/LightReportDataMapper.xml b/dao/src/main/resources/mapper/LightReportDataMapper.xml
index 97db43a..4831c5d 100644
--- a/dao/src/main/resources/mapper/LightReportDataMapper.xml
+++ b/dao/src/main/resources/mapper/LightReportDataMapper.xml
@@ -93,4 +93,7 @@
</where>
ORDER BY t1.light_report_data_id DESC
</select>
+ <select id="reportDataList" resultType="com.sandu.ximon.dao.bo.LightReportDataBo">
+
+ </select>
</mapper>
--
Gitblit v1.9.3