整体结构变更 新增方法数据错乱问题修复

This commit is contained in:
pixel
2020-10-29 17:57:29 +08:00
parent c570c095b9
commit 02f155f497
7 changed files with 347 additions and 121 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ func MysqlTables(db *gorm.DB) {
model.WorkflowProcess{},
model.WorkflowNode{},
model.WorkflowEdge{},
model.WorkflowPoint{},
model.WorkflowStartPoint{},
model.WorkflowEndPoint{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Any("err", err))