Pārlūkot izejas kodu

日志管理相关代码提交

songxinlu 3 gadi atpakaļ
vecāks
revīzija
db09bebeb6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main/resources/mapper/SysOperationLogMapper.xml

+ 1 - 0
src/main/resources/mapper/SysOperationLogMapper.xml

@@ -46,6 +46,7 @@
         a.operation_way AS operationWay,
         a.operation_url AS operationUrl,
         a.operation_param AS operationParam,
+        a.operation_record AS operationRecord,
         INET_NTOA(a.operation_ip) AS operationIp,
         a.operation_address AS operationAddress,
         a.is_placefile AS isPlacefile,