|
@@ -34,7 +34,7 @@
|
|
<where>
|
|
<where>
|
|
s.membership_end_time_ >= now()
|
|
s.membership_end_time_ >= now()
|
|
<if test="statQuery.organizationId != null and statQuery.organizationId.trim() !=''">
|
|
<if test="statQuery.organizationId != null and statQuery.organizationId.trim() !=''">
|
|
- and find_in_set(o.id_,statQuery.organizationId)
|
|
|
|
|
|
+ and find_in_set(o.id_,#{statQuery.organizationId})
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
group by o.id_
|
|
group by o.id_
|