feat:提示修改
This commit is contained in:
@@ -252,7 +252,7 @@ public class SplitOrderServiceImpl implements SplitOrderService {
|
|||||||
//分账失败 释放锁
|
//分账失败 释放锁
|
||||||
redisUtil.unlock(lockKey);
|
redisUtil.unlock(lockKey);
|
||||||
log.info("confirmSplitOrder:{}",e.getMessage());
|
log.info("confirmSplitOrder:{}",e.getMessage());
|
||||||
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE);
|
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE,e.getMessage());
|
||||||
}
|
}
|
||||||
existing.setConfirmer(userInfo.getUserId());
|
existing.setConfirmer(userInfo.getUserId());
|
||||||
existing.setStatus(accountTransferDTO.getTradeStatus());
|
existing.setStatus(accountTransferDTO.getTradeStatus());
|
||||||
|
|||||||
Reference in New Issue
Block a user