diff --git a/saturn-console-api/src/main/resources/mapper/CurrentJobConfigMapper.xml b/saturn-console-api/src/main/resources/mapper/CurrentJobConfigMapper.xml
index 9bc4199bf..02fdf0510 100644
--- a/saturn-console-api/src/main/resources/mapper/CurrentJobConfigMapper.xml
+++ b/saturn-console-api/src/main/resources/mapper/CurrentJobConfigMapper.xml
@@ -82,6 +82,9 @@
and is_enabled = #{condition.isEnabled}
+
+ and job_type = #{condition.jobType}
+
and job_name like CONCAT('%',#{condition.jobName},'%')
@@ -127,6 +130,9 @@
and is_enabled = #{condition.isEnabled}
+
+ and job_type = #{condition.jobType}
+
and job_name like CONCAT('%',#{condition.jobName},'%')