修改配置测试程序支持新增的业务

This commit is contained in:
RenKaiGe-Office
2018-09-13 18:26:59 +08:00
parent bbfc850b83
commit 22f9ce00fb
7 changed files with 21 additions and 13 deletions

View File

@@ -564,7 +564,7 @@ public class MaatTestController {
jsonString.append("1");
} else if (srcName.toLowerCase().equals("isvalid")) {
jsonString.append("1");
} else if (srcName.toLowerCase().equals("cfgid")) {
} else if (srcName.toLowerCase().equals("cfgid")||srcName.toLowerCase().equals("keyringid")||srcName.toLowerCase().equals("fileid")) {
Long incrId = configRedisService.getIncrId("seq_compileid");
compileIdList.add(incrId);
jsonString.append(incrId);