加价单状态更新

This commit is contained in:
clunt 2022-09-25 19:07:31 +08:00
parent fd4fafc12a
commit 06f2e594fb
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ public class PayCallbackService implements CallBackService {
financialChangeRecord.setId(payment.getOrderNo().split("_")[1]);
financialChangeRecord.setPayStatus(1L);
financialChangeRecordService.updateFinancialChangeRecord(financialChangeRecord);
// TODO 拆分对应的分账流水
}
} else {
logger.warn("发起支付失败 : {}", response.toJSONString());