From 4e0f797749959cf449a217ed75ff51ec6626dd45 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 19 十二月 2023 16:55:23 +0800
Subject: [PATCH] wms返回信息修改

---
 controllers/operation.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/controllers/operation.go b/controllers/operation.go
index e467303..3d9a5fa 100644
--- a/controllers/operation.go
+++ b/controllers/operation.go
@@ -589,7 +589,7 @@
 				}
 			}
 			if operation.Source != "" {
-				go UpdateOutStatus(operation.Source, operation.Number, 4)
+				go UpdateOutStatus(operation.Source, operation.SourceNumber, 4)
 			}
 		}
 
@@ -927,7 +927,7 @@
 	}
 	//鏇存柊aps鐗╂枡鐢宠鐘舵��
 	if operation.Source == "APS_APPLY_MATERIAL" {
-		go UpdateOutStatus(operation.Source, operation.Number, 3)
+		go UpdateOutStatus(operation.Source, operation.SourceNumber, 3)
 	}
 	util.ResponseFormat(c, code.Success, "鎿嶄綔鎴愬姛")
 }

--
Gitblit v1.8.0