|
@@ -108,9 +108,6 @@
|
|
|
<if test="taskVO.startTime != null and taskVO.startTime != ''and taskVO.endTime != null and taskVO.endTime != ''">
|
|
|
and t.plan_time between #{taskVO.startTime} and #{taskVO.endTime}
|
|
|
</if>
|
|
|
- <if test="taskVO.uid != null">
|
|
|
- and t.publish_id =#{taskVO.uid}
|
|
|
- </if>
|
|
|
<if test="taskVO.tagId != null and taskVO.tagId != ''">
|
|
|
and t.tag_id = #{taskVO.tagId}
|
|
|
</if>
|