fix: 调整预警提示

dev
huangfeng 1 year ago
parent d0691a0a76
commit bb49dde047

@ -120,7 +120,7 @@ public class I2syncController extends BasicController {
String xml = JSONUtil.object2Xml(request); String xml = JSONUtil.object2Xml(request);
Response<String> resp = Response.success(xml); Response<String> resp = Response.success(xml);
if (StringUtils.isBlank(node.getType())) { if (StringUtils.isBlank(node.getType())) {
resp.setWarnMsg("该类型还未配置对应的监测类型编码"); resp.setWarnMsg("该类型还未配置对应的监测类型编码将导致type为空");
} }
return resp; return resp;
} }

Loading…
Cancel
Save