作者 yangfu

fix: sync data

@@ -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)