fix
This commit is contained in:
parent
83fc1b30c7
commit
fef5d33f08
|
@ -115,7 +115,7 @@ func (l *GetPriceByPidLogic) dealWithStepRange(stepNumSlice, stepPriceSlice []in
|
|||
rangeNum.End = nextNum - 1
|
||||
} else { //最后一个
|
||||
rangeNum.Begin = num
|
||||
rangeNum.End = 99999999999
|
||||
rangeNum.End = -1
|
||||
}
|
||||
stepListRsp = append(stepListRsp, types.StepPrice{
|
||||
RangeNum: rangeNum,
|
||||
|
|
Loading…
Reference in New Issue
Block a user