| | |
| | | throw WebUtil.getVciBaseException(vciError); |
| | | } |
| | | //保存to端或者from端 |
| | | 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); |
| | | } |