|
@ -75,7 +75,7 @@ |
|
|
AND i.issue_status = 'shift_project' |
|
|
AND i.issue_status = 'shift_project' |
|
|
AND i.org_id_path like concat('%', #{agencyId}, '%') |
|
|
AND i.org_id_path like concat('%', #{agencyId}, '%') |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
count DESC, i.created_time ASC |
|
|
count DESC, i.shifted_time DESC |
|
|
LIMIT #{pageNo}, #{pageSize} |
|
|
LIMIT #{pageNo}, #{pageSize} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|