From 53b83f1b5fd89336438dfa6de33541fcd81a290f Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 03 七月 2024 11:27:43 +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