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 }