使用交易流水号查询0x3b报文

This commit is contained in:
bl\GQS02
2025-11-06 20:38:15 +08:00
parent e6fde3df69
commit 3ed1a96ba0

View File

@@ -797,6 +797,7 @@ public class OrderService {
for (PileMsgRecord pileMsgRecord : pileFeedListV2) { for (PileMsgRecord pileMsgRecord : pileFeedListV2) {
TransactionRecordsData parse = JSONObject.parseObject(pileMsgRecord.getJsonMsg(), TransactionRecordsData.class); TransactionRecordsData parse = JSONObject.parseObject(pileMsgRecord.getJsonMsg(), TransactionRecordsData.class);
log.info("人工结算订单-parse:{}, orderBasicInfo:{}", parse.getTransactionCode(), orderBasicInfo.getTransactionCode());
if (StringUtils.equals(parse.getTransactionCode(), orderBasicInfo.getTransactionCode())) { if (StringUtils.equals(parse.getTransactionCode(), orderBasicInfo.getTransactionCode())) {
data = parse; data = parse;
data.setVinCode(""); data.setVinCode("");