Commit 3eb4730a by 刘鑫

CI: 苏州、无锡、济南 groupID数据按BEAN返回

1 parent 2a17d76b
...@@ -188,7 +188,11 @@ public class CapacityQueryServiceImpl implements CapacityQueryService { ...@@ -188,7 +188,11 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
//FIXME CC测试需要GROUP ID与BEAN保持一致, 后期需移除本分支 //FIXME CC测试需要GROUP ID与BEAN保持一致, 后期需移除本分支
if ("gsuzhou".equals(groupId)){ if ("gsuzhou".equals(groupId)){
result.setGroupId("da30be3a890f68e9682fba2e8611ee98"); result.setGroupId("da30be3a890f68e9682fba2e8611ee98");
} else { } else if ("379022fa9adb4b0eacdf9491c7d3c372".equals(groupId)) {
result.setGroupId("9a5e020e7b72ac0aa554270680985352");
}else if ("1B73724B508411EEBBA80242AC1F0002".equals(groupId)) {
result.setGroupId("f5e229bbb432839c96d6102e01e49b30");
}else {
result.setGroupId(groupId); result.setGroupId(groupId);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!