|
|
@@ -46,9 +46,9 @@
|
|
|
and a.expiry_time >= #{expiryTime}
|
|
|
and a.expiry_time <= #{betDay}
|
|
|
and (select count(*) from groups_relation gr where gr.status ='outside' and gr.groups_id = gt.id and
|
|
|
- gr.user_id = 0) <=
|
|
|
+ gr.user_id != 0) <
|
|
|
<choose>
|
|
|
- <when test="isOverTen">
|
|
|
+ <when test="!isOverTen">
|
|
|
10
|
|
|
</when>
|
|
|
<otherwise>
|