feat:提示修改
This commit is contained in:
@@ -755,7 +755,7 @@ public class PreAllocationRecordServiceImpl implements PreAllocationRecordServic
|
|||||||
//分账失败 释放锁
|
//分账失败 释放锁
|
||||||
redisUtil.unlock(lockKey);
|
redisUtil.unlock(lockKey);
|
||||||
log.error("confirmSplitOrder:{}",e.getMessage());
|
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.setAllocationStatus(AllocationPayStatusEnum.PAYING.getStatus());
|
||||||
record.setRemark(transRequest.getRemark());
|
record.setRemark(transRequest.getRemark());
|
||||||
|
|||||||
Reference in New Issue
Block a user