From 68200e7e7ac1cfd021b8b37a92b7ab8eb11c759e Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期五, 03 十一月 2023 11:36:46 +0800
Subject: [PATCH] 上架规则列表搜索增加产品和产品类别
---
models/move_history.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/models/move_history.go b/models/move_history.go
index f4c8b7d..3bd9974 100644
--- a/models/move_history.go
+++ b/models/move_history.go
@@ -40,7 +40,7 @@
)
func (slf *MoveHistory) TableName() string {
- return "move_history"
+ return "wms_move_history"
}
func NewMoveHistorySearch() *MoveHistorySearch {
--
Gitblit v1.8.0