trabajando en el delete

This commit is contained in:
2025-10-10 13:28:03 +02:00
parent 6c4b63daa6
commit d4d83fe118
11 changed files with 221 additions and 55 deletions

View File

@ -320,8 +320,6 @@ public class MargenPresupuestoController {
return repo.findById(id).map(u -> {
try {
u.setDeleted(true);
u.setDeletedAt(LocalDateTime.now());