From 726662cd89d0fe6b24461c850495db8c37a3e8f1 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 20 九月 2023 14:16:04 +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