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 != ''">
                 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>