mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复操作日志根据状态查询异常问题
This commit is contained in:
		@@ -36,7 +36,7 @@ public class SysOperLogServiceImpl extends ServicePlusImpl<SysOperLogMapper, Sys
 | 
			
		||||
                        f.in(SysOperLog::getBusinessType, Arrays.asList(operLog.getBusinessTypes()));
 | 
			
		||||
                    }
 | 
			
		||||
                })
 | 
			
		||||
                .eq(operLog.getStatus() != null && operLog.getStatus() > 0,
 | 
			
		||||
                .eq(operLog.getStatus() != null,
 | 
			
		||||
                        SysOperLog::getStatus, operLog.getStatus())
 | 
			
		||||
                .like(StringUtils.isNotBlank(operLog.getOperName()), SysOperLog::getOperName, operLog.getOperName())
 | 
			
		||||
                .apply(StringUtils.isNotEmpty(params.get("beginTime")),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user