备料审批后推送高压MES修改
This commit is contained in:
parent
bc079f9517
commit
b457962c3a
|
|
@ -222,7 +222,10 @@ public class AfterApproveRuleHighpressureMes implements IRule<AggPickmVO> {
|
||||||
jsonArray.add(singleObj);
|
jsonArray.add(singleObj);
|
||||||
list.put("list", jsonArray);
|
list.put("list", jsonArray);
|
||||||
}
|
}
|
||||||
pushData(list, flags);
|
if (list != null && !list.isEmpty()) {
|
||||||
|
pushData(list, flags);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue