药品订单详情

This commit is contained in:
2023-09-14 14:02:19 +08:00
parent 992a51267c
commit 16615530de
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -94,6 +94,8 @@ func (r *OrderProductService) GetOrderProduct(orderProductId int64) (getOrderPro
CancelTime: orderProduct.CancelTime,
CancelRemarks: orderProduct.CancelRemarks,
ReportPreStatus: orderProduct.ReportPreStatus,
ReportPreTime: orderProduct.ReportPreTime,
ReportPreFailReason: orderProduct.ReportPreFailReason,
ProvinceId: orderProduct.ProvinceId,
Province: orderProduct.Province,
CityId: orderProduct.CityId,