Commit 0f0026e408ca4f1bbf5ff8350d485845a13d1f12
1 parent
b0ad58aa1b
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
0f0026e
... | ... | @@ -704,7 +704,7 @@ |
704 | 704 | |
705 | 705 | |
706 | 706 | private Map<String,Object> parseTitle(List<Map<String, Object>> couponReport) { |
707 | - Map<String, Object> titleMap = new HashMap<>(); | |
707 | + Map<String, Object> titleMap = new LinkedHashMap<>(); | |
708 | 708 | for (Map<String, Object> map : couponReport) { |
709 | 709 | Set<String> set = map.keySet(); |
710 | 710 | for (String s : set) { |