Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java
@@ -154,9 +154,7 @@ if(btmName!=null){ btmName = btmName.trim().toLowerCase(); } //todo 由于登录问题后续需要修改 // String userid = WebUtil.getCurrentUserId(); String userid = "1"; String userid = WebUtil.getCurrentUserId(); if(!hasCreatedCbos.containsKey(btmName)){ if(StringUtils.isEmpty(userid)){ throw new VciBaseException(msgCodePrefix +"noHasUserid"); @@ -613,7 +611,7 @@ // BusinessObject cbo = new BusinessObject(); // cbo = bo; queryEnumText(bo,enumAttrName); // allCbos.add(cbo); allCbos.add(bo); } //因为修改了查询的方式,所以就不需要单独查询参照 }