1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-01-06 01:23:15 +02:00

сделал uuid

This commit is contained in:
Nikitin Aleksandr 2024-04-24 15:49:55 +03:00
parent f7686109d7
commit 2a4202cfce
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ func Read_ctx(ctx context.Context, db *gorm.DB, m *lawsuit_status_types.LawsuitS
}
//удалим из кэша
//cache.Remove(int64(m.ID))
cache.Remove(m.ID)
return err
}

View File

@ -201,7 +201,7 @@ func create_update_ctx(ctx context.Context, db *gorm.DB, m *lawsuit_status_types
}
//удалим из кэша
//cache.Remove(int64(m.ID))
//cache.Remove(m.ID)
//запишем NULL в пустые колонки
MapOmit := crud_functions.MapOmit_from_MassOmit(MassOmit)