Commit 5e2f4929 authored by 黎博's avatar 黎博

优化文案提示

parent fe7e4057
......@@ -239,9 +239,9 @@ public class PipelineController {
if (!dingRobotService.updateById(dingRobot)) {
return JsonResult.buildErrorStateResult("更新状态失败!", false);
}
return JsonResult.buildSuccessResult("更新状态成功", true);
return JsonResult.buildSuccessResult("更新状态成功", true);
} catch (Exception e) {
return JsonResult.buildErrorStateResult("删除失败", false);
return JsonResult.buildErrorStateResult("更新状态失败!", false);
}
}
......
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