feat:log 处理
This commit is contained in:
@@ -230,6 +230,7 @@ public class SplitOrderServiceImpl implements SplitOrderService {
|
|||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
//分账失败 释放锁
|
//分账失败 释放锁
|
||||||
redisUtil.unlock(lockKey);
|
redisUtil.unlock(lockKey);
|
||||||
|
log.info("confirmSplitOrder:{}",e.getMessage());
|
||||||
throw new ServiceException(ErrorCodeEnum.TRANSFER_ERROR);
|
throw new ServiceException(ErrorCodeEnum.TRANSFER_ERROR);
|
||||||
}
|
}
|
||||||
existing.setConfirmer(userInfo.getUserId());
|
existing.setConfirmer(userInfo.getUserId());
|
||||||
|
|||||||
Reference in New Issue
Block a user