1.营销管理-优惠券列表接口优化,优惠券金额/100;
This commit is contained in:
parent
db1416c42e
commit
4561194bfb
|
@ -239,6 +239,10 @@ func (m *ErpMarketingCouponListReq) List() (*ErpMarketingCouponListResp, error)
|
|||
return resp, err
|
||||
}
|
||||
|
||||
for i, v := range couponList {
|
||||
couponList[i].Amount = v.Amount / 100
|
||||
}
|
||||
|
||||
resp.List = couponList
|
||||
|
||||
return resp, nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user