@@ -438,6 +438,9 @@
<if test="buyPractice != null and buyPractice == true">
AND b.firstBuyTime IS NOT NULL
</if>
+ <if test="organId != null">
+ AND FIND_IN_SET(u.`organ_id_`,#{organId})
+ </if>
</where>
</sql>
</mapper>