From 6203a1f61eb9bdcd7bacae6bdb1ee64cf977151e Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 28 九月 2023 11:27:21 +0800
Subject: [PATCH] 1.库存盘点列表增加status状态

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

diff --git a/controllers/warehouse.go b/controllers/warehouse.go
index 94210d0..8606ee1 100644
--- a/controllers/warehouse.go
+++ b/controllers/warehouse.go
@@ -143,7 +143,7 @@
 	for _, warehouse := range list {
 		codes = append(codes, warehouse.Code)
 	}
-	locations, err := models.NewLocationSearch().SetCodes(codes).FindNotTotal()
+	locations, err := models.NewLocationSearch().SetJointNames(codes).FindNotTotal()
 	if err != nil {
 		util.ResponseFormat(c, code.RequestParamError, "浣嶇疆淇℃伅鏌ユ壘澶辫触")
 		return

--
Gitblit v1.8.0