From 77edfb324184d304ae7763aae3ab609f2b495da4 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 22 七月 2022 17:31:47 +0800
Subject: [PATCH] fix
---
dao/src/main/resources/mapper/DeviceOperationLogMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dao/src/main/resources/mapper/DeviceOperationLogMapper.xml b/dao/src/main/resources/mapper/DeviceOperationLogMapper.xml
index 4f3697b..d51279a 100644
--- a/dao/src/main/resources/mapper/DeviceOperationLogMapper.xml
+++ b/dao/src/main/resources/mapper/DeviceOperationLogMapper.xml
@@ -21,4 +21,12 @@
device_code,device_name,operation,
content,pole_code,create_time
</sql>
+ <select id="operationList" resultType="java.lang.String">
+ SELECT
+ operation
+ FROM
+ device_operation_log
+ GROUP BY
+ operation
+ </select>
</mapper>
--
Gitblit v1.9.3