Commit de69c73f by Lee Jaebin

Merge branch 'feature/1.0.1' into feature/1.0.1_32825

parents 87d19e98 0ce11f2e
......@@ -288,7 +288,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_name ASC");
sql.append(" ORDER BY top.operation_start_date DESC, top.operation_id DESC");
Logger.v(TAG, "sql=%s", sql);
......
......@@ -72,10 +72,4 @@
<item></item>
<item>縦(反転)</item>
</string-array>
<string-array name="operation_report_types">
<item>Report</item>
<item>Routine</item>
<item>ReportReply</item>
</string-array>
</resources>
\ No newline at end of file
......@@ -108,4 +108,9 @@
<item>0</item>
<item>1</item>
</string-array>
<string-array name="operation_report_types">
<item>Report</item>
<item>Routine</item>
<item>ReportReply</item>
</string-array>
</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