From 72c7bbd66b8456db7dabf0dbc15f7aa9c2af2b9d Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期三, 05 六月 2024 14:53:54 +0800
Subject: [PATCH] 项目引用调整

---
 Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/impl/UIDataServiceImpl.java |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/impl/UIDataServiceImpl.java b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/impl/UIDataServiceImpl.java
index 7f6a14e..dc56825 100644
--- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/impl/UIDataServiceImpl.java
+++ b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/impl/UIDataServiceImpl.java
@@ -2232,12 +2232,8 @@
             throw WebUtil.getVciBaseException(vciError);
         }
         //淇濆瓨to绔垨鑰協rom绔�
-        BusinessObjectHolder boHolder = new BusinessObjectHolder();
-//        toCbo.dealBusinessObjectNullValue();
-//        boHolder.value = toCbo.getBusinessObject();
         try{
-//            platformClientUtil.getBOFactoryService().updateBusinessObject(boHolder);
-            ServiceProvider.getBOFService().updateBusinessObject(toCbo.getBusinessObject());
+            platformClientUtil.getBOFactoryService().updateBusinessObject(toCbo.getBusinessObject());
         } catch (PLException vciError) {
             throw WebUtil.getVciBaseException(vciError);
         }

--
Gitblit v1.9.3