zhangqian
2024-07-02 b6f211e8be3945d046c819e14b88d75edb7d849d
位置报表返回的位置改为全位置
1个文件已修改
2 ■■■ 已修改文件
service/location_forms.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service/location_forms.go
@@ -27,7 +27,7 @@
        resp := new(response.LocationForms)
        resp.Amount = amount.Amount
        resp.LocationId = amount.LocationId
        resp.LocationName = amount.Location.Name
        resp.LocationName = amount.Location.JointName
        resp.ProduceId = amount.Product.ID
        resp.ProductName = amount.Product.Name
        resp.ProductTypeName = amount.ProductCategory.Name