正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -70,6 +70,7 @@ func (tableEventService *TableEventService) DigitalPlatformEventSubscribe(ctx *d | @@ -70,6 +70,7 @@ func (tableEventService *TableEventService) DigitalPlatformEventSubscribe(ctx *d | ||
70 | tableRepository, table, _ := factory.FastPgTable(transactionContext, tableId) | 70 | tableRepository, table, _ := factory.FastPgTable(transactionContext, tableId) |
71 | if table == nil && data.Table != nil { | 71 | if table == nil && data.Table != nil { |
72 | table = data.Table | 72 | table = data.Table |
73 | + notifyData.CompanyId = table.Context.CompanyId | ||
73 | } | 74 | } |
74 | if table != nil { | 75 | if table != nil { |
75 | notifyData.TableType = domain.EnumsDescription(domain.ObjectTypeMap, table.TableType) | 76 | notifyData.TableType = domain.EnumsDescription(domain.ObjectTypeMap, table.TableType) |
-
请 注册 或 登录 后发表评论