@ -120,6 +120,9 @@
#{item}
</foreach>
</if>
<if test=" createTimeStart !=null "> and res.create_time > #{createTimeStart} </if>
<if test=" createTimeEnd !=null "> and res.create_time < #{createTimeEnd} </if>
<include refid="where"/>
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if>