Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-04-14 15:32:13 +02:00

View File

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