From 81dd727204296b6b3c636007c2e8d19b309df335 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 28 三月 2024 20:02:41 +0800
Subject: [PATCH] 出入库增加操作来源

---
 proto/inventory_order/server.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/proto/inventory_order/server.go b/proto/inventory_order/server.go
index 9f33163..52cb2f3 100644
--- a/proto/inventory_order/server.go
+++ b/proto/inventory_order/server.go
@@ -62,6 +62,7 @@
 		operation.OperationTypeId = operationType.Id
 		operation.BaseOperationType = constvar.BaseOperationTypeOutgoing
 		operation.Source = req.Source
+		operation.OperationSource = constvar.OperationSource(req.OperationSource)
 		operation.LocationID = fromLocation.Id
 		if req.OperationType == 1 {
 			operation.LocationID = toLocation.Id

--
Gitblit v1.8.0