json解析TransactionRecordsData异常

This commit is contained in:
Guoqs
2025-04-02 09:50:39 +08:00
parent 22c7653476
commit 98dcf11181

View File

@@ -914,6 +914,7 @@ public class TempService {
TransactionRecordsData parse = JSONObject.parseObject(pileMsgRecord.getJsonMsg(), TransactionRecordsData.class);
if (StringUtils.equals(parse.getTransactionCode(), orderBasicInfo.getTransactionCode())) {
data = parse;
data.setVinCode("");
}
}