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>