feat:费用类型

This commit is contained in:
suzhuhong
2026-04-21 17:28:34 +08:00
parent acd1323afa
commit 7c64c5d3d5
2 changed files with 2 additions and 1 deletions

View File

@@ -754,7 +754,7 @@ public class PreAllocationRecordServiceImpl implements PreAllocationRecordServic
}catch (Exception e){
//分账失败 释放锁
redisUtil.unlock(lockKey);
log.error("confirmSplitOrder:{}",e.getMessage());
log.error("confirmSplitOrder ",e);
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE,e.getMessage());
}
record.setAllocationStatus(AllocationPayStatusEnum.PAYING.getStatus());