From b6f211e8be3945d046c819e14b88d75edb7d849d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 02 七月 2024 15:22:06 +0800
Subject: [PATCH] 位置报表返回的位置改为全位置

---
 service/location_forms.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/location_forms.go b/service/location_forms.go
index f6cf85b..52d0c9e 100644
--- a/service/location_forms.go
+++ b/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

--
Gitblit v1.8.0