mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
使用交易流水号查询0x3b报文
This commit is contained in:
@@ -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("");
|
||||||
|
|||||||
Reference in New Issue
Block a user