From d85105fd3f9713633e70583ad28de8e65319607f Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 24 十一月 2023 17:03:40 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- controllers/location_product_amount.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/controllers/location_product_amount.go b/controllers/location_product_amount.go index bcf0abb..b003c1b 100644 --- a/controllers/location_product_amount.go +++ b/controllers/location_product_amount.go @@ -14,6 +14,7 @@ "wms/models" "wms/request" "wms/response" + "wms/service" ) type LocationProductAmountController struct { @@ -174,6 +175,8 @@ }); err != nil { return err } + + service.AddNewLocationReportRecord(locAmount.Id) return nil } -- Gitblit v1.8.0