fix
This commit is contained in:
parent
b36ad4bd25
commit
4e13550044
|
@ -78,6 +78,7 @@ func (l *GetPriceByPidLogic) GetPriceByPid(req *types.GetPriceByPidReq, userinfo
|
||||||
})
|
})
|
||||||
*priceInfo.MinBuyNum++
|
*priceInfo.MinBuyNum++
|
||||||
}
|
}
|
||||||
|
//组装阶梯数量范围价格
|
||||||
stepListRsp := make([]types.StepPrice, 0, lenStepNum)
|
stepListRsp := make([]types.StepPrice, 0, lenStepNum)
|
||||||
for numKey, stepNum := range stepNumSlice {
|
for numKey, stepNum := range stepNumSlice {
|
||||||
//先取最后一个
|
//先取最后一个
|
||||||
|
|
Loading…
Reference in New Issue
Block a user