|
|
@ -29,6 +29,9 @@ |
|
|
find_in_set(#{item},res.tag_ids) |
|
|
find_in_set(#{item},res.tag_ids) |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" ltimeStart !=null "> and res.ltime > #{ltimeStart} </if> |
|
|
|
|
|
<if test=" ltimeEnd !=null "> and res.ltime < #{ltimeEnd} </if> |
|
|
<if test=" planStartTimeStart !=null "> and res.start_time > #{planStartTimeStart} </if> |
|
|
<if test=" planStartTimeStart !=null "> and res.start_time > #{planStartTimeStart} </if> |
|
|
<if test=" planStartTimeEnd !=null "> and res.start_time < #{planStartTimeEnd} </if> |
|
|
<if test=" planStartTimeEnd !=null "> and res.start_time < #{planStartTimeEnd} </if> |
|
|
<if test=" planEndTimeStart !=null "> and res.end_time > #{planEndTimeStart} </if> |
|
|
<if test=" planEndTimeStart !=null "> and res.end_time > #{planEndTimeStart} </if> |
|
|
|