Commit 9dedfff7 by 刘鑫

ci: 容量苏州BEAN返回GROUPID

1 parent 6564dfb8
......@@ -185,7 +185,13 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
//定义返回值
CapacityQueryDTO.Result result = new CapacityQueryDTO.Result();
result.setGroupId(groupId);
//FIXME CC测试需要GROUP ID与BEAN保持一致, 后期需移除本分支
if ("gsuzhou".equals(groupId)){
result.setGroupId("da30be3a890f68e9682fba2e8611ee98");
} else {
result.setGroupId(groupId);
}
result.setTakeTime(totalTakeTime);
final int corePoolSize = Runtime.getRuntime().availableProcessors();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!