sistemata regola assegna id riga
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-04-15 18:30:39 +02:00
parent 6b4193fef2
commit 0cf4f18993

View File

@@ -326,7 +326,7 @@ public class CommonRules extends QueryRules {
}
for (EntityBase row : rows) {
if (rigaField.get(row) == null || ( testata.getOperation() != OperationType.DELETE && testata.getOperation() != OperationType.SELECT_OBJECT && testata.getOperation() != OperationType.SELECT)) {
if (rigaField.get(row) == null || testata.getOperation() == OperationType.INSERT) {
startRiga++;
rigaField.set(row, startRiga);
}