样例文件dstFile截取从group开始
This commit is contained in:
@@ -3036,7 +3036,7 @@ public class ConfigSourcesService extends BaseService {
|
|||||||
dstStr=dstPath.replace("{fileName}", dstStr.substring(dstStr.lastIndexOf("/")+1));
|
dstStr=dstPath.replace("{fileName}", dstStr.substring(dstStr.lastIndexOf("/")+1));
|
||||||
}else if ("file_id".equals(commonSourceFieldCfg
|
}else if ("file_id".equals(commonSourceFieldCfg
|
||||||
.getDstName())) {
|
.getDstName())) {
|
||||||
dstStr= dstStr.substring(dstStr.indexOf("/group"));
|
dstStr= dstStr.substring(dstStr.indexOf("group"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (commonSourceFieldCfg.getFieldType()) {
|
switch (commonSourceFieldCfg.getFieldType()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user