陈昶聿
5 天以前 cd3caee2e0de89bc8ae695678d9bb6d1bba018a6
smartor/src/main/resources/mapper/smartor/ServiceSubtaskDetailTraceMapper.xml
@@ -160,6 +160,9 @@
        <if test="valueType != null  and valueType != ''">
            and value_type = #{valueType}
        </if>
        <if test="scriptid != null and scriptids==null ">
            and scriptid = #{scriptid}
        </if>
        <if test="scriptids != null ">
            and scriptid in
            <foreach item="scriptid" collection="scriptids" open="(" separator="," close=")">
@@ -275,8 +278,6 @@
            and template_type = #{templateType}
        </if>
    </select>
    <select id="selectServiceSubtaskDetailTtraceById" parameterType="Long"