Commit 78521504 by Kim Jinsung

Task #42714【iOS/And/Win】作業一覧のソート順

parent 57754a43
......@@ -297,7 +297,7 @@ public class OperationDao extends AbstractDao {
sql.append(" AND top.report_type in ("+ reportTypeStr +")");
}
sql.append(" ORDER BY top.operation_start_date DESC, top.operation_id DESC");
sql.append(" ORDER BY top.operation_start_date DESC, top.operation_name ASC");
Logger.v(TAG, "sql=%s", sql);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment