陈昶聿
4 天以前 f499dbc212ef45f9f6323c4d48929f7664255b13
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2239,6 +2239,9 @@
        <if test="excep != null ">
            AND excep = #{excep}
        </if>
        <if test="taskName != null  and taskName != ''">
            AND task_name like concat('%', #{taskName}, '%')
        </if>
        <if test="visitCount != null and visitCount == 1">
            AND visit_count = 1
        </if>