浏览代码

操作日志统计BUG修复

wukai 2 年之前
父节点
当前提交
f9345b402c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc-system/src/main/resources/mapper/system/SysOperLogMapper.xml

+ 1 - 1
doc-system/src/main/resources/mapper/system/SysOperLogMapper.xml

@@ -108,7 +108,7 @@
     </select>
     <select id="selectOperLogCalc" resultType="com.doc.system.domain.vo.LogCalcVO">
         select
-        operator_type,
+        event_type,
         business_type,
         oper_name,
         oper_ip,