Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
doufenghu
2018-07-17 19:29:30 +08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -3033,7 +3033,7 @@ public class ConfigSourcesService extends BaseService {
.getUnMaatTableName(Integer.valueOf(srcMap.get("service")
.toString().trim()));
String dstPath = Constants.MM_SAMPLE_DST_PATH.replace("{tableType}", maatTableName.substring(maatTableName.lastIndexOf("_")+1));
dstPath=dstPath.replace("{fileName}", dstStr.substring(dstStr.lastIndexOf("/")+1));
dstStr=dstPath.replace("{fileName}", dstStr.substring(dstStr.lastIndexOf("/")+1));
}else if ("file_id".equals(commonSourceFieldCfg
.getDstName())) {
dstStr= dstStr.substring(dstStr.indexOf("/group"));