Small improvement

This commit is contained in:
M66B
2019-12-12 12:31:18 +01:00
parent 8b4a316592
commit 6adead5905

View File

@@ -102,7 +102,8 @@ public class ServiceSend extends ServiceBase {
for (EntityOperation op : operations) {
if (!handling.contains(op.id))
process = true;
ops.add(op.id);
if (!EntityOperation.SYNC.equals(op.name))
ops.add(op.id);
}
for (Long h : handling)
if (!ops.contains(h))