sistemata regola assegna id riga
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -326,7 +326,7 @@ public class CommonRules extends QueryRules {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (EntityBase row : rows) {
|
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++;
|
startRiga++;
|
||||||
rigaField.set(row, startRiga);
|
rigaField.set(row, startRiga);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user