From bdc807f8cba82818c5acd01f0cde4ec6b004ef18 Mon Sep 17 00:00:00 2001 From: zhangdongxu Date: Wed, 18 Jul 2018 09:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E4=BE=8B=E6=96=87=E4=BB=B6dstFile?= =?UTF-8?q?=E6=88=AA=E5=8F=96=E4=BB=8Egroup=E5=BC=80=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/nis/web/service/restful/ConfigSourcesService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/service/restful/ConfigSourcesService.java b/src/main/java/com/nis/web/service/restful/ConfigSourcesService.java index ebec2f0..6d03f07 100644 --- a/src/main/java/com/nis/web/service/restful/ConfigSourcesService.java +++ b/src/main/java/com/nis/web/service/restful/ConfigSourcesService.java @@ -3036,7 +3036,7 @@ public class ConfigSourcesService extends BaseService { dstStr=dstPath.replace("{fileName}", dstStr.substring(dstStr.lastIndexOf("/")+1)); }else if ("file_id".equals(commonSourceFieldCfg .getDstName())) { - dstStr= dstStr.substring(dstStr.indexOf("/group")); + dstStr= dstStr.substring(dstStr.indexOf("group")); } } switch (commonSourceFieldCfg.getFieldType()) {