2021与蓝度共同重构项目,服务端
liuhaonan
2022-10-24 7a00187d197548e23a38dcb87187ef6b2b7f8bfb
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>