smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -1452,6 +1452,10 @@ <if test="configValue != null and configValue != ''"> AND ssd.categoryid IN (${configValue}) </if> <!-- 适用单条查询 --> <if test="scriptids != null"> AND ssd.scriptid in (${scriptids}) </if> group by ssd.scriptid) b ON a.id = b.scriptid </select>