yangys
2024-04-10 95a87c5137cb5c8bde751dadccd8cc57a907cc3f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/vo/OrderProcessDetailVO.java
@@ -814,7 +814,7 @@
    public List<OrderProcessDetailVO> getChildren() {
        if (this.children == null) {
            this.children = new ArrayList();
            this.children = new ArrayList<>();
        }
        return this.children;
    }