获取药品订单列表-分页,新增了 药品数据名称

This commit is contained in:
2024-05-21 14:15:38 +08:00
parent deb9a25f97
commit f1588a096e
4 changed files with 77 additions and 48 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ func (r *OrderProductService) GetOrderProductConsignee(orderProductId int64) (*d
}
// 处理返回值
u := dto.GetOrderProductConsigneeDtoDto(orderProduct)
u := dto.GetOrderProductConsigneeDto(orderProduct)
return u, nil
}