feat:提示修改

This commit is contained in:
suzhuhong
2026-04-17 16:58:59 +08:00
parent a884919d13
commit 824ef3f90a

View File

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