fix(任务中心): 后台任务批量开启&关闭

This commit is contained in:
WangXu10 2024-10-28 14:02:03 +08:00 committed by Craftsman
parent bb3f8a9cdc
commit b0ca3786e0
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@
<select id="getSchedules" resultType="io.metersphere.system.domain.Schedule"> <select id="getSchedules" resultType="io.metersphere.system.domain.Schedule">
select id, enable from schedule select * from schedule
<where> <where>
<if test="projectIds != null and projectIds.size() > 0"> <if test="projectIds != null and projectIds.size() > 0">
and project_id IN and project_id IN