ludc
2024-12-05 72fe11177f72ab0c6aa78fa10e374d3c0f2193ee
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;
    }