%!s(int64=5) %!d(string=hai) anos
pai
achega
7e15ee84f0
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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 != ''">
                 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>