Commit e9b6d2eb authored by 李腾威's avatar 李腾威

地图物联信息接口

parent 06a1634a
...@@ -110,8 +110,7 @@ public class AlertCalledController extends BaseController { ...@@ -110,8 +110,7 @@ public class AlertCalledController extends BaseController {
throw new BadRequest("参数校验失败."); throw new BadRequest("参数校验失败.");
} }
ReginParams reginParams = getSelectedOrgInfo(); ReginParams reginParams = getSelectedOrgInfo();
// alertCalledObjsDto = alertCalledObjsDto = iAlertCalledService.createAlertCalled(alertCalledObjsDto, reginParams.getUserModel());
iAlertCalledService.createAlertCalled(alertCalledObjsDto, reginParams.getUserModel());
return ResponseHelper.buildResponse(alertCalledObjsDto.getAlertCalledDto()); return ResponseHelper.buildResponse(alertCalledObjsDto.getAlertCalledDto());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment