feat:费用类型
This commit is contained in:
@@ -754,7 +754,7 @@ public class PreAllocationRecordServiceImpl implements PreAllocationRecordServic
|
||||
}catch (Exception e){
|
||||
//分账失败 释放锁
|
||||
redisUtil.unlock(lockKey);
|
||||
log.error("confirmSplitOrder:{}",e.getMessage());
|
||||
log.error("confirmSplitOrder ",e);
|
||||
throw new ServiceException(ErrorCodeEnum.ERROR_MESSAGE,e.getMessage());
|
||||
}
|
||||
record.setAllocationStatus(AllocationPayStatusEnum.PAYING.getStatus());
|
||||
|
||||
Reference in New Issue
Block a user