测试希晓结算订单逻辑

This commit is contained in:
Guoqs
2025-03-31 14:20:48 +08:00
parent 485d7dc40d
commit 29775d17a6

View File

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