Commit 997adb32 authored by 温志超's avatar 温志超

-

parent 7cb82e8b
...@@ -1067,7 +1067,7 @@ public class ProWorkorderServiceImpl implements IProWorkorderService { ...@@ -1067,7 +1067,7 @@ public class ProWorkorderServiceImpl implements IProWorkorderService {
proWorkorder.setAncestors(parent.getAncestors() + "," + parent.getParentId()); proWorkorder.setAncestors(parent.getAncestors() + "," + parent.getParentId());
} }
} }
proWorkorder.setStatus(WorkorderStatusEnum.PREPARE.getValue()); proWorkorder.setStatus(WorkorderStatusEnum.PUBLISHED.getValue());
proWorkorder.createAction(); proWorkorder.createAction();
proWorkorder.setQuantityProduced(BigDecimal.ZERO); proWorkorder.setQuantityProduced(BigDecimal.ZERO);
proWorkorder.setQuantityQualify(BigDecimal.ZERO); proWorkorder.setQuantityQualify(BigDecimal.ZERO);
......
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