Переглянути джерело

操作日志导出删除操作类别和错误消息

wyyay 2 роки тому
батько
коміт
88ba4219cd

+ 2 - 2
base-system/src/main/java/com/ozs/system/domain/SysOperLog.java

@@ -61,7 +61,7 @@ public class SysOperLog extends BaseEntityExp {
     /**
      * 操作类别(0其它 1后台用户 2手机端用户)
      */
-    @Excel(name = "操作类别", readConverterExp = "0=其它,1=后台用户,2=手机端用户")
+    //@Excel(name = "操作类别", readConverterExp = "0=其它,1=后台用户,2=手机端用户")
     private Integer operatorType;
 
     /**
@@ -115,7 +115,7 @@ public class SysOperLog extends BaseEntityExp {
     /**
      * 错误消息
      */
-    @Excel(name = "错误消息")
+    //@Excel(name = "错误消息")
     private String errorMsg;
 
     /**