Commit 0ce11f2e by Lee Jaebin

多言語不具合・作業一覧のソート順変更

parent 13df0a46
...@@ -288,7 +288,7 @@ public class OperationDao extends AbstractDao { ...@@ -288,7 +288,7 @@ public class OperationDao extends AbstractDao {
sql.append(" AND top.report_type in ("+ reportTypeStr +")"); sql.append(" AND top.report_type in ("+ reportTypeStr +")");
} }
sql.append(" ORDER BY top.operation_start_date DESC, top.operation_name ASC"); sql.append(" ORDER BY top.operation_start_date DESC, top.operation_id DESC");
Logger.v(TAG, "sql=%s", sql); Logger.v(TAG, "sql=%s", sql);
......
...@@ -72,10 +72,4 @@ ...@@ -72,10 +72,4 @@
<item></item> <item></item>
<item>縦(反転)</item> <item>縦(反転)</item>
</string-array> </string-array>
<string-array name="operation_report_types">
<item>Report</item>
<item>Routine</item>
<item>ReportReply</item>
</string-array>
</resources> </resources>
\ No newline at end of file
...@@ -108,4 +108,9 @@ ...@@ -108,4 +108,9 @@
<item>0</item> <item>0</item>
<item>1</item> <item>1</item>
</string-array> </string-array>
<string-array name="operation_report_types">
<item>Report</item>
<item>Routine</item>
<item>ReportReply</item>
</string-array>
</resources> </resources>
\ No newline at end of file
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