顾绍勇 5 년 전
부모
커밋
4b280ce2ff
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0
    5
      src/main/resources/mapper/TaHousingResourcesMapper.xml

+ 0
- 5
src/main/resources/mapper/TaHousingResourcesMapper.xml 파일 보기

@@ -44,11 +44,6 @@
44 44
             AND t.org_id = #{orgId}
45 45
             AND t.`status` > 0
46 46
             AND t4.`status` = 1
47
-        <if test = "source == 'raiseChoose'">
48
-            <if test="personId != null and personId != ''">
49
-                AND (t6.person_id != #{personId} OR t6.person_id IS NULL)
50
-            </if>
51
-        </if>
52 47
         <choose>
53 48
             <when test=" endPrice != null and startPrice == null">
54 49
                 AND t.price &lt;= #{endPrice}