Browse Source

修改导出

bihuisong 6 months ago
parent
commit
d2a925d194

+ 1 - 1
songhua-system/src/main/java/com/songhua/system/service/impl/PzRawDataServiceImpl.java

@@ -360,7 +360,7 @@ public class PzRawDataServiceImpl implements IPzRawDataService {
      */
     public List<ShhTicketRulesReqVO> calculateTotalPrices(List<PzRawDataVo> list) {
         List<ShhTicketRulesReqVO> returnList = new ArrayList<>();
-        Map<String, ShhTicketRulesReqVO> map = new HashMap<>();
+        LinkedHashMap<String, ShhTicketRulesReqVO> map = new LinkedHashMap<>();
         List<String> keyByValue = TicketRulesEnum.getAllKeys();
         keyByValue.forEach(name -> {
             ShhTicketRulesReqVO ticketRulesReqVO = new ShhTicketRulesReqVO();