update 结算订单

This commit is contained in:
Guoqs
2024-08-12 13:38:02 +08:00
parent 7a3d3b3ec3
commit 402d628975
3 changed files with 5 additions and 1 deletions

View File

@@ -626,6 +626,9 @@ public class TransactionRecordsRequestHandler extends AbstractHandler {
orderBasicInfoService.updateOrderBasicInfo(orderBasicInfo);
// 重新查询订单信息
orderBasicInfo = orderBasicInfoService.getOrderInfoByTransactionCode(transactionCode);
// 结算订单操作
try {
// 新逻辑