|
|
|
|
@ -60,6 +60,7 @@ public class ChillersParamsController extends BaseController {
|
|
|
|
|
// 使用正则表达式去掉“号主机”及之前的内容
|
|
|
|
|
String result = otherName != null ? otherName.replaceFirst(".*号主机", "") : otherName; |
|
|
|
|
result = result != null ? result.replace("_", "") : result; |
|
|
|
|
result = result != null ? result.replace("主机参数", "") : result; |
|
|
|
|
item.setOtherName(result); |
|
|
|
|
}); |
|
|
|
|
// list中的CollectionParamsManage对象赋值到CollectionParamsManageVO2形成List<CollectionParamsManageVO2>
|
|
|
|
|
|