顾绍勇 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}