|
|
@ -76,7 +76,10 @@ |
|
|
|
AREA_RESPONSIBILITY, |
|
|
|
'0' as partyFlag |
|
|
|
from epdc_party_group_officials |
|
|
|
where DEL_FLAG ='0' and PARTY_GROUP_ID = #{partyGroupId} |
|
|
|
where DEL_FLAG ='0' |
|
|
|
<if test="partyGroupId != null and partyGroupId != ''"> |
|
|
|
and PARTY_GROUP_ID = #{partyGroupId} |
|
|
|
</if> |
|
|
|
order by SORT, CREATED_TIME desc |
|
|
|
LIMIT #{pageIndex},#{pageSize} |
|
|
|
</select> |
|
|
|