пре 5 година
родитељ
комит
7e15ee84f0
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      pcbms/src/main/resources/mapper/TaskMapper.xml

+ 0 - 3
pcbms/src/main/resources/mapper/TaskMapper.xml

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