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