From d929202c39fa23944354a4e3ad275bc5ed996fd7 Mon Sep 17 00:00:00 2001 From: accidia Date: Fri, 6 Aug 2021 03:09:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=88=90=E5=8A=9F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9F=A5=E8=AF=A2=E6=97=A5=E5=BF=97=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E6=8A=8A=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=97=A5=E5=BF=97=E4=B9=9F?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/system/service/impl/SysOperLogServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysOperLogServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysOperLogServiceImpl.java index 4fd531306..21c48a932 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysOperLogServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysOperLogServiceImpl.java @@ -37,7 +37,7 @@ public class SysOperLogServiceImpl extends ServicePlusImpl 0, + .eq(operLog.getStatus() != null && operLog.getStatus() >= 0, SysOperLog::getStatus, operLog.getStatus()) .like(StrUtil.isNotBlank(operLog.getOperName()), SysOperLog::getOperName, operLog.getOperName()) .apply(Validator.isNotEmpty(params.get("beginTime")),