获取药品订单列表-分页,新增了 药品数据名称
This commit is contained in:
@@ -286,7 +286,7 @@ func (r *OrderProductService) GetOrderProductConsignee(orderProductId int64) (*d
|
||||
}
|
||||
|
||||
// 处理返回值
|
||||
u := dto.GetOrderProductConsigneeDtoDto(orderProduct)
|
||||
u := dto.GetOrderProductConsigneeDto(orderProduct)
|
||||
|
||||
return u, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user