|
|
|
@ -40,6 +40,8 @@ |
|
|
|
<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=" startBudgetAt !=null "> and res.budget_at >= #{startBudgetAt} </if> |
|
|
|
<if test=" endBudgetAt !=null "> and res.budget_at < #{endBudgetAt} </if> |
|
|
|
<if test="parent != null and parent != ''"> and (res.parent_taskid = '' or res.parent_taskid IS NULL)</if> |
|
|
|
<if test="pidPathsLike"> |
|
|
|
and res.pid_paths like concat(#{pidPathsLike},'%') |
|
|
|
|