|
|
@ -163,6 +163,7 @@ |
|
|
|
WHERE |
|
|
|
u.del_flag = '0' |
|
|
|
AND PARTY_FLAG = 0 |
|
|
|
AND u.point_total > 0 <!-- 初心互助中公益达人,0分人员不显示在榜单上 --> |
|
|
|
<if test="orgType != null and orgType !=''"> |
|
|
|
<if test="orgType == 'agency'"> |
|
|
|
AND u.all_parent_ids LIKE CONCAT('%',#{orgId},'%') |
|
|
@ -207,6 +208,7 @@ |
|
|
|
WHERE |
|
|
|
u.del_flag = '0' |
|
|
|
AND party_flag = '1'<!-- 是否是党员标志:1是。0不是党员 --> |
|
|
|
and u.point_total > 0 <!-- 初心互助中党员先锋排行,0分人员不显示在榜单上 --> |
|
|
|
<if test="orgType != null and orgType !=''"> |
|
|
|
<if test="orgType == 'agency'"> |
|
|
|
AND u.all_parent_ids LIKE CONCAT('%',#{orgId},'%') |
|
|
|