mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-01-06 01:23:15 +02:00
сделал uuid
This commit is contained in:
parent
f7686109d7
commit
2a4202cfce
@ -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
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user