|
@ -141,6 +141,7 @@ |
|
|
epdc_group gp |
|
|
epdc_group gp |
|
|
WHERE |
|
|
WHERE |
|
|
gp.DEL_FLAG = '0' |
|
|
gp.DEL_FLAG = '0' |
|
|
|
|
|
AND gp.STATE IN ( 10, 15 ) |
|
|
AND gp.SECTION_CODE = 'interest_group' |
|
|
AND gp.SECTION_CODE = 'interest_group' |
|
|
<if test="categoryCode != null and categoryCode != ''"> |
|
|
<if test="categoryCode != null and categoryCode != ''"> |
|
|
AND gp.CATEGORY_CODE = #{categoryCode} |
|
|
AND gp.CATEGORY_CODE = #{categoryCode} |
|
@ -570,6 +571,7 @@ ORDER BY |
|
|
epdc_group gp |
|
|
epdc_group gp |
|
|
WHERE |
|
|
WHERE |
|
|
gp.DEL_FLAG = '0' |
|
|
gp.DEL_FLAG = '0' |
|
|
|
|
|
AND gp.STATE IN ( 10, 15 ) |
|
|
<if test="sectionCode != null and sectionCode != ''"> |
|
|
<if test="sectionCode != null and sectionCode != ''"> |
|
|
AND gp.SECTION_CODE = #{sectionCode} |
|
|
AND gp.SECTION_CODE = #{sectionCode} |
|
|
</if> |
|
|
</if> |
|
|