|
|
@ -27,8 +27,14 @@ |
|
|
find_in_set(#{item},res.tag_ids) |
|
|
find_in_set(#{item},res.tag_ids) |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
<if test=" createTimeStart !=null "> and res.create_time > #{createTimeStart} </if> |
|
|
|
|
|
<if test=" createTimeEnd !=null "> and res.create_time < #{createTimeEnd} </if> |
|
|
|
|
|
|
|
|
<if test=" planStartTimeStart !=null "> and res.start_time > #{planStartTimeStart} </if> |
|
|
|
|
|
<if test=" planStartTimeEnd !=null "> and res.start_time < #{planStartTimeEnd} </if> |
|
|
|
|
|
<if test=" planEndTimeStart !=null "> and res.end_time > #{planEndTimeStart} </if> |
|
|
|
|
|
<if test=" planEndTimeEnd !=null "> and res.end_time < #{planEndTimeEnd} </if> |
|
|
|
|
|
<if test=" actStartTimeStart !=null "> and res.act_start_time > #{actStartTimeStart} </if> |
|
|
|
|
|
<if test=" actStartTimeEnd !=null "> and res.act_start_time < #{actStartTimeEnd} </if> |
|
|
|
|
|
<if test=" actEndTimeStart !=null "> and res.act_end_time > #{actEndTimeStart} </if> |
|
|
|
|
|
<if test=" actEndTimeEnd !=null "> and res.act_end_time < #{actEndTimeEnd} </if> |
|
|
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if> |
|
|
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if> |
|
|
<if test="pidPathsLike"> |
|
|
<if test="pidPathsLike"> |
|
|
and res.pid_paths like concat(#{pidPathsLike},'%') |
|
|
and res.pid_paths like concat(#{pidPathsLike},'%') |
|
|
|