顾绍勇 5 lat temu
rodzic
commit
4b280ce2ff

+ 0
- 5
src/main/resources/mapper/TaHousingResourcesMapper.xml Wyświetl plik

44
             AND t.org_id = #{orgId}
44
             AND t.org_id = #{orgId}
45
             AND t.`status` > 0
45
             AND t.`status` > 0
46
             AND t4.`status` = 1
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
         <choose>
47
         <choose>
53
             <when test=" endPrice != null and startPrice == null">
48
             <when test=" endPrice != null and startPrice == null">
54
                 AND t.price &lt;= #{endPrice}
49
                 AND t.price &lt;= #{endPrice}