修改音视频样例中生效范围的值为固定值0

This commit is contained in:
RenKaiGe-Office
2018-07-17 18:33:01 +08:00
parent c96a483bed
commit 050fd5796d
3 changed files with 4 additions and 2 deletions

View File

@@ -3034,7 +3034,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"));