Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/WebDataRightController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/WebDataRightController.java
@@ -102,15 +102,13 @@ if(StringUtils.isBlank(boData.getNameOid())){ throw new PLException("没有获取到数据的项主键",new String[0]); } if(StringUtils.isBlank(boData.getBtmname())){ if(StringUtils.isBlank(boData.getBtmName())){ throw new PLException("没有获取到数据的业务类型",new String[0]); } cbo.oid = boData.getOid(); cbo.revisionid = boData.getRevisionOid(); cbo.nameoid = boData.getNameOid(); cbo.btName = boData.getBtmname(); // selectedObject.setMasterObject(cbo); // return selectedObject; cbo.btName = boData.getBtmName(); return null; }