增加监测点信息批量查询

This commit is contained in:
2023-11-03 16:04:59 +08:00
parent f924586e77
commit 70c025fde3
14 changed files with 168 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ public class PubUtils {
MAPPER.configure(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY, true);
return MAPPER.writeValueAsString(object);
} catch (IOException e) {
throw new IllegalArgumentException("实体对象转为JSON时发生错误:" + object, e);
throw new IllegalArgumentException("将实体对象转为JSON时发生错误:" + object, e);
}
}