HTTP配置审核界面配置转maat配置处理逻辑提交

This commit is contained in:
zhangwei
2018-05-29 12:48:27 +08:00
parent 9064b553fd
commit 3f9f9f3088
9 changed files with 375 additions and 40 deletions

View File

@@ -57,7 +57,7 @@ public class MaatCfgConverTest {
groupId++;
group.setGroupId(groupId);
group.setCompileId(1);
group.setOpTime(new Date());
group.setAuditTime(new Date());
group.setIsValid(1);
groupList.add(group);
}
@@ -100,7 +100,7 @@ public class MaatCfgConverTest {
groupId++;
group.setGroupId(groupId);
group.setCompileId(1);
group.setOpTime(new Date());
group.setAuditTime(new Date());
group.setIsValid(1);
groupList.add(group);
}
@@ -135,7 +135,7 @@ public class MaatCfgConverTest {
groupId++;
group.setGroupId(groupId);
group.setCompileId(1);
group.setOpTime(new Date());
group.setAuditTime(new Date());
group.setIsValid(1);
groupList.add(group);
}