From 260b3fbc34b4e9ae2ee53e4a7917abb72ef848a7 Mon Sep 17 00:00:00 2001 From: dsmzx <dsmzx@123.com> Date: 星期二, 02 七月 2024 15:44:15 +0800 Subject: [PATCH] 出库/入库打印 修改bug --- 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