From 72b40b4f187c5ddcfcc48d85e68142b0fe4f1c21 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 19 九月 2023 15:50:03 +0800 Subject: [PATCH] 产品分类表字段修改 --- models/location.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/location.go b/models/location.go index 0146ca0..41e6992 100644 --- a/models/location.go +++ b/models/location.go @@ -35,7 +35,7 @@ ) func (slf *Location) TableName() string { - return "location" + return "wms_location" } func NewLocationSearch() *LocationSearch { -- Gitblit v1.8.0