diff --git a/ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml b/ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
index ac35e628..745bed36 100644
--- a/ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
+++ b/ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
@@ -26,6 +26,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND job_name like concat('%', #{jobName}, '%')
+
+ AND job_group = #{jobGroup}
+
AND status = #{status}
diff --git a/ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html b/ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html
index 47a4c931..a287e08d 100644
--- a/ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html
+++ b/ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html
@@ -12,13 +12,16 @@