Commit 9bac7b1c authored by lisong's avatar lisong

修改bug

parent ab08499a
......@@ -440,8 +440,7 @@ public class LatentDangerController extends BaseController {
@ApiOperation(value = "隐患跳转巡检任务页面", notes = "隐患跳转巡检任务页面")
@GetMapping(value = "/web/patrol/{id}/{bizId}")
@TycloudOperation(ApiLevel = UserType.AGENCY)
public String updateStatusByUserIdAndPlandIdLike(@PathVariable String bizId,@PathVariable Long id) {
return iLatentDangerService.selectByIdandBizId(id,bizId);
public ResponseModel selectByIdandBizId(@PathVariable String bizId, @PathVariable Long id) {
return ResponseHelper.buildResponse(iLatentDangerService.selectByIdandBizId(id, bizId));
}
}
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