|
|
@@ -23,7 +23,7 @@ class WaterSupplyGisMapControllerTest {
|
|
|
"source", "未找到该水源地信息",
|
|
|
"plant", "未找到该水厂信息",
|
|
|
"pumpStation", "未找到该泵站信息",
|
|
|
- "pipe", "未找到该管网信息",
|
|
|
+ "pipe", "未找到该供水管线信息",
|
|
|
"user", "未找到该用水户信息").entrySet()) {
|
|
|
when(service.getDetail(expected.getKey(), 1L)).thenReturn(null);
|
|
|
AjaxResult result = controller.detail(expected.getKey(), 1L);
|