From 72b40b4f187c5ddcfcc48d85e68142b0fe4f1c21 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 19 九月 2023 15:50:03 +0800 Subject: [PATCH] 产品分类表字段修改 --- models/operation_type.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/operation_type.go b/models/operation_type.go index acb9c79..92c244c 100644 --- a/models/operation_type.go +++ b/models/operation_type.go @@ -46,7 +46,7 @@ ) func (slf *OperationType) TableName() string { - return "job_type" + return "wms_job_type" } func NewOperationTypeSearch() *OperationTypeSearch { -- Gitblit v1.8.0