mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
使用交易流水号查询0x3b报文
This commit is contained in:
@@ -797,6 +797,7 @@ public class OrderService {
|
||||
|
||||
for (PileMsgRecord pileMsgRecord : pileFeedListV2) {
|
||||
TransactionRecordsData parse = JSONObject.parseObject(pileMsgRecord.getJsonMsg(), TransactionRecordsData.class);
|
||||
log.info("人工结算订单-parse:{}, orderBasicInfo:{}", parse.getTransactionCode(), orderBasicInfo.getTransactionCode());
|
||||
if (StringUtils.equals(parse.getTransactionCode(), orderBasicInfo.getTransactionCode())) {
|
||||
data = parse;
|
||||
data.setVinCode("");
|
||||
|
||||
Reference in New Issue
Block a user