Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/UIManagerServiceImpl.java
@@ -3539,7 +3539,7 @@ */ private boolean checkLinkTypeInputIsOk(String txtVIName/*选择的模板*/,String txtQTName/*查询模板*/,String btmType) throws PLException { boolean res = false; if(!(this.checkBtmTypeTxtIsOk("目标对象", linkType,true))){ if(!(this.checkLinkTypeTxtIsOk("目标对象", linkType,true))){ res = false; } else if(!(this.checkPortalVITxtIsOk("选择模板", txtVIName, linkType,true))){ res = false;