소스 검색

操作日志统计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,