@@ -44,11 +44,6 @@
AND t.org_id = #{orgId}
AND t.`status` > 0
AND t4.`status` = 1
- <if test = "source == 'raiseChoose'">
- <if test="personId != null and personId != ''">
- AND (t6.person_id != #{personId} OR t6.person_id IS NULL)
- </if>
<choose>
<when test=" endPrice != null and startPrice == null">
AND t.price <= #{endPrice}