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状态 --- 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