Small improvement

pull/169/head 1.843
M66B 6 years ago
parent 8b4a316592
commit 6adead5905

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

Loading…
Cancel
Save