样例文件dstFile截取从group开始

This commit is contained in:
zhangdongxu
2018-07-18 09:53:17 +08:00
parent 99493e5c72
commit bdc807f8cb

View File

@@ -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()) {