From bb55d2bb80183d5c3d1f8259b71489c2919f36ef Mon Sep 17 00:00:00 2001 From: mzr Date: Tue, 14 Oct 2025 18:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E8=AE=A1=E5=88=92=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=E8=A7=A3=E5=86=B3=E4=BF=AE=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E7=9B=91=E5=90=AC=E4=B8=8D=E6=89=A7=E8=A1=8C=E9=97=AE=E9=A2=98?= =?UTF-8?q?-=E9=9B=86=E5=9B=A2=E8=80=81=E5=B8=88(=E5=AD=99=E6=AD=A3?= =?UTF-8?q?=E9=98=B3)=E6=8C=87=E5=AF=BC=E4=BF=AE=E6=94=B9=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nc/impl/bd/material/plan/MaterialPlanServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uapbd/src/private/nc/impl/bd/material/plan/MaterialPlanServiceImpl.java b/uapbd/src/private/nc/impl/bd/material/plan/MaterialPlanServiceImpl.java index c5e16594..28496941 100644 --- a/uapbd/src/private/nc/impl/bd/material/plan/MaterialPlanServiceImpl.java +++ b/uapbd/src/private/nc/impl/bd/material/plan/MaterialPlanServiceImpl.java @@ -189,6 +189,6 @@ public class MaterialPlanServiceImpl } return (MaterialPlanVO[]) list.toArray(new MaterialPlanVO[0]); } - return new MaterialPlanVO[0]; + return new MaterialPlanVO[]{vo}; } } \ No newline at end of file