feat:log 处理

This commit is contained in:
suzhuhong
2026-04-14 19:00:15 +08:00
parent bbffc6589e
commit 1c730c7479

View File

@@ -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());