From d19f16214e16b1a33b71fd8f63662a35d8a2dc04 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 11 四月 2024 00:11:46 +0800
Subject: [PATCH] 修改lambda错误,增加swagger开关

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/vo/OrderProcessDetailVO.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/vo/OrderProcessDetailVO.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/vo/OrderProcessDetailVO.java
index 9d4156f..fbe6d12 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/vo/OrderProcessDetailVO.java
+++ b/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;
     }

--
Gitblit v1.9.3