Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java
@@ -93,7 +93,7 @@ * names 查询模板名 * @return */ void expLinkTemplate(List<String> names, HttpServletResponse response) throws PLException, IOException ; void expLinkTemplate(String names, HttpServletResponse response) throws PLException, IOException ; /** * 导入链接类型查询模板 * @param file 上传的文件 @@ -139,7 +139,7 @@ * names 查询模板名 * @return */ String expBtmQTTemplate(List<String> names) throws PLException,IOException ; String expBtmQTTemplate(String qtNames) throws PLException,IOException ; /** * 查询条件下的选择查询模板对话框(查询全部模板和所对应的业务类型或链接类型名)