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