|
@@ -925,7 +925,7 @@
|
|
<if test="groupType != 'VIP'">
|
|
<if test="groupType != 'VIP'">
|
|
AND vg.`vip_group_category_id_` = 16
|
|
AND vg.`vip_group_category_id_` = 16
|
|
</if>
|
|
</if>
|
|
- <if test="organId != null">
|
|
|
|
|
|
+ <if test="organId != null and organId != ''">
|
|
AND FIND_IN_SET(u.organ_id_,#{organId})
|
|
AND FIND_IN_SET(u.organ_id_,#{organId})
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|