浏览代码

Merge branch 'dev/h5&log_20220506' into debug

songxinlu 3 年之前
父节点
当前提交
ef8d6bfaa2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,