|
@ -57,7 +57,7 @@ |
|
|
i.grid_id = #{gridId} |
|
|
i.grid_id = #{gridId} |
|
|
</foreach> |
|
|
</foreach> |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
count DESC |
|
|
count DESC, i.created_time DESC |
|
|
LIMIT |
|
|
LIMIT |
|
|
#{pageNo}, #{pageSize} |
|
|
#{pageNo}, #{pageSize} |
|
|
</select> |
|
|
</select> |
|
@ -93,7 +93,7 @@ |
|
|
AND i.org_id_path like concat('%', #{agencyId}, '%') |
|
|
AND i.org_id_path like concat('%', #{agencyId}, '%') |
|
|
AND i.issue_status = 'closed' |
|
|
AND i.issue_status = 'closed' |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
count DESC |
|
|
count DESC, i.closed_time DESC |
|
|
LIMIT #{pageNo}, #{pageSize} |
|
|
LIMIT #{pageNo}, #{pageSize} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|