From 33ecbd69aca2ccc58d47f467f3f7266b37fa9dfc Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 27 五月 2022 18:44:38 +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