新增药品订单详情-wuliu
This commit is contained in:
parent
21812f4e96
commit
71c39e3829
@ -134,7 +134,17 @@ func (r *OrderProductService) GetOrderProductLogistics(orderProductId int64) (u
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
u = &orderProductLogisticsResponse.OrderProductLogistics{}
|
u = &orderProductLogisticsResponse.OrderProductLogistics{
|
||||||
|
LogisticsId: fmt.Sprintf("%d", orderProductLogistics.LogisticsId),
|
||||||
|
OrderProductId: fmt.Sprintf("%d", orderProductLogistics.OrderProductId),
|
||||||
|
LogisticsStatus: orderProductLogistics.LogisticsStatus,
|
||||||
|
LogisticsNo: orderProductLogistics.LogisticsNo,
|
||||||
|
CompanyName: orderProductLogistics.CompanyName,
|
||||||
|
CompanyCode: orderProductLogistics.CompanyCode,
|
||||||
|
LogisticsContent: orderProductLogistics.LogisticsContent,
|
||||||
|
CreatedAt: orderProductLogistics.CreatedAt,
|
||||||
|
UpdatedAt: orderProductLogistics.UpdatedAt,
|
||||||
|
}
|
||||||
|
|
||||||
return u, nil
|
return u, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user