smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2246,6 +2246,9 @@ <if test="guid != null and guid != ''"> AND guid = #{guid} </if> <if test="excep != null "> AND excep = #{excep} </if> <if test="visitCount != null and visitCount == 1"> AND visit_count = 1 </if>