...
|
...
|
@@ -70,6 +70,7 @@ func (tableEventService *TableEventService) DigitalPlatformEventSubscribe(ctx *d |
|
|
tableRepository, table, _ := factory.FastPgTable(transactionContext, tableId)
|
|
|
if table == nil && data.Table != nil {
|
|
|
table = data.Table
|
|
|
notifyData.CompanyId = table.Context.CompanyId
|
|
|
}
|
|
|
if table != nil {
|
|
|
notifyData.TableType = domain.EnumsDescription(domain.ObjectTypeMap, table.TableType)
|
...
|
...
|
|