From 0260b7a960b806e61ccd60597c549dfd595ba584 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 19 九月 2023 11:10:41 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- 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