From 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 01 七月 2024 22:32:34 +0800
Subject: [PATCH] 月度统计出入库按类型汇总报表定时任务和手动跑任务接口

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

diff --git a/proto/product_inventory/server.go b/proto/product_inventory/server.go
index 4bf5368..41e54d1 100644
--- a/proto/product_inventory/server.go
+++ b/proto/product_inventory/server.go
@@ -176,7 +176,7 @@
 	operation.ReceiverAddr = req.Address
 	operation.Source = req.Source
 	operation.OperationSource = constvar.OperationSource(req.OperationSource)
-	operation.CompanyID = int(req.ClientId)
+	operation.CompanyID = strconv.FormatInt(req.ClientId, 10)
 	operation.CompanyName = req.ClientName
 	if req.DeliverType == 1 {
 		for _, product := range req.ProductList {

--
Gitblit v1.8.0