陈昶聿
2 天以前 f282cbb3b22ab8c0cf3d5b9e58ab18af381e4d22
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>