From 518b81edee9001cd6455ec5c212851d901471e76 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 26 十二月 2023 09:48:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- controllers/operation.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/operation.go b/controllers/operation.go index 5761f62..1dda2db 100644 --- a/controllers/operation.go +++ b/controllers/operation.go @@ -590,7 +590,7 @@ } } if operation.Source != "" { - go UpdateOutStatus(operation.Source, operation.Number, 4) + go UpdateOutStatus(operation.Source, operation.SourceNumber, 4) } } @@ -928,7 +928,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