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) {
if (!handling.contains(op.id))
process = true;
if (!EntityOperation.SYNC.equals(op.name))
ops.add(op.id);
}
for (Long h : handling)

Loading…
Cancel
Save