Small improvement

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

@ -102,6 +102,7 @@ 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;
if (!EntityOperation.SYNC.equals(op.name))
ops.add(op.id); ops.add(op.id);
} }
for (Long h : handling) for (Long h : handling)

Loading…
Cancel
Save