From cfb6fbce3687230ccb4704dbc0c87fd411b39af1 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 20 九月 2023 17:37:22 +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