From bc00758d843d61b86e5f99d85341acbd84327c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Thu, 12 Dec 2024 16:23:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=AE=BE=E8=AE=A1=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4):=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/nflg/product/technology/service/CostConfigService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nflg_project_dev/nflg-technology/src/main/java/com/nflg/product/technology/service/CostConfigService.java b/nflg_project_dev/nflg-technology/src/main/java/com/nflg/product/technology/service/CostConfigService.java index 25f7742b..eb263a02 100644 --- a/nflg_project_dev/nflg-technology/src/main/java/com/nflg/product/technology/service/CostConfigService.java +++ b/nflg_project_dev/nflg-technology/src/main/java/com/nflg/product/technology/service/CostConfigService.java @@ -72,7 +72,7 @@ public class CostConfigService { cvo.setWorkingTypeCode(wt.getCode()); } }); - vo.setVirtualWorking(Convert.toList(VirtualWorkingItemVO.class, virtualWorkingEntities)); + vo.setVirtualWorking(vos); } return vo; }