|
@ -213,6 +213,7 @@ |
|
|
AND dm.month_id = #{monthId} |
|
|
AND dm.month_id = #{monthId} |
|
|
AND dm.all_parent_ids LIKE concat('%', #{agencyId}, '%') |
|
|
AND dm.all_parent_ids LIKE concat('%', #{agencyId}, '%') |
|
|
ORDER BY dm.index_total DESC |
|
|
ORDER BY dm.index_total DESC |
|
|
|
|
|
LIMIT #{topNum} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
</mapper> |
|
|
</mapper> |
|
|