修改音视频样例中生效范围的值为固定值0
This commit is contained in:
@@ -92,6 +92,8 @@ public class ConfigJedisServiceimpl implements ConfigRedisService {
|
|||||||
valBF.append("\t");
|
valBF.append("\t");
|
||||||
} else if (valStr.equals("\\n")) {
|
} else if (valStr.equals("\\n")) {
|
||||||
valBF.append("\n");
|
valBF.append("\n");
|
||||||
|
}else {
|
||||||
|
valBF.append(valStr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maatKey = keyBF.toString();
|
maatKey = keyBF.toString();
|
||||||
|
|||||||
@@ -3034,7 +3034,7 @@ public class ConfigSourcesService extends BaseService {
|
|||||||
.getUnMaatTableName(Integer.valueOf(srcMap.get("service")
|
.getUnMaatTableName(Integer.valueOf(srcMap.get("service")
|
||||||
.toString().trim()));
|
.toString().trim()));
|
||||||
String dstPath = Constants.MM_SAMPLE_DST_PATH.replace("{tableType}", maatTableName.substring(maatTableName.lastIndexOf("_")+1));
|
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
|
}else if ("file_id".equals(commonSourceFieldCfg
|
||||||
.getDstName())) {
|
.getDstName())) {
|
||||||
dstStr= dstStr.substring(dstStr.indexOf("/group"));
|
dstStr= dstStr.substring(dstStr.indexOf("/group"));
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<p:maatType service="261;262;263;264;389;390;391;392">
|
<p:maatType service="261;262;263;264;389;390;391;392">
|
||||||
<p:expressions>
|
<p:expressions>
|
||||||
<p:keyExpression>EFFECTIVE_RULE;:;{un_maat_table_name};,;[cfg_id]</p:keyExpression>
|
<p:keyExpression>EFFECTIVE_RULE;:;{un_maat_table_name};,;[cfg_id]</p:keyExpression>
|
||||||
<p:valueExpression>[cfg_id];\t;[is_valid];\t;[dst_file];\t;[dst_file_md5];\t;[op_time];\t;[service];\t;[action];&nbsp;[level];\t;[file_id];\n</p:valueExpression>
|
<p:valueExpression>[cfg_id];\t;[is_valid];\t;[dst_file];\t;[dst_file_md5];\t;[op_time];\t;[service];\t;[action];&nbsp;0;\t;[file_id];\n</p:valueExpression>
|
||||||
<!-- <p:valueExpression>[cfg_id];\t;[is_valid];\t;[dst_file];\t;[dst_file_md5];\t;[time_stamp];&nbsp;[level];\t;[file_id];\n</p:valueExpression> -->
|
<!-- <p:valueExpression>[cfg_id];\t;[is_valid];\t;[dst_file];\t;[dst_file_md5];\t;[time_stamp];&nbsp;[level];\t;[file_id];\n</p:valueExpression> -->
|
||||||
</p:expressions>
|
</p:expressions>
|
||||||
<p:sequences>
|
<p:sequences>
|
||||||
|
|||||||
Reference in New Issue
Block a user