|
@ -37,7 +37,7 @@ |
|
|
AND en.NEWS_UP_DOWN_STATE = '0' |
|
|
AND en.NEWS_UP_DOWN_STATE = '0' |
|
|
<choose> |
|
|
<choose> |
|
|
<when test="categoryCode != null and categoryCode != ''">AND nc.CATEGORY_CODE = #{categoryCode}</when> |
|
|
<when test="categoryCode != null and categoryCode != ''">AND nc.CATEGORY_CODE = #{categoryCode}</when> |
|
|
<otherwise>en.section_code = #{sectionCode}</otherwise> |
|
|
<otherwise>AND en.section_code = #{sectionCode}</otherwise> |
|
|
</choose> |
|
|
</choose> |
|
|
AND nc.independent_flag = '0' |
|
|
AND nc.independent_flag = '0' |
|
|
ORDER BY |
|
|
ORDER BY |
|
|