Commit a8dd2c90 authored by Tong Li's avatar Tong Li

bom

parent 8c7f2c64
...@@ -596,9 +596,6 @@ if(demand==null) ...@@ -596,9 +596,6 @@ if(demand==null)
.filter(t->t.getOrderId().equals(childorderId)) .filter(t->t.getOrderId().equals(childorderId))
.collect(Collectors.toList()); .collect(Collectors.toList());
if (Operations != null) { if (Operations != null) {
for (Entry operation : Operations) { for (Entry operation : Operations) {
if(finishOpertionID!=0) if(finishOpertionID!=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment