提交 873dc58e authored 作者: hzh's avatar hzh

订单增加作废接口

上级 628c4952
...@@ -46,7 +46,6 @@ public class InsureController extends BaseController { ...@@ -46,7 +46,6 @@ public class InsureController extends BaseController {
/** /**
* 导出保险订单列表 * 导出保险订单列表
*/ */
@SaCheckPermission("weishi:insure:export")
@Log(title = "保险订单", businessType = BusinessType.EXPORT) @Log(title = "保险订单", businessType = BusinessType.EXPORT)
@PostMapping("/export") @PostMapping("/export")
public void export(InsureBo bo, HttpServletResponse response) { public void export(InsureBo bo, HttpServletResponse response) {
...@@ -59,7 +58,6 @@ public class InsureController extends BaseController { ...@@ -59,7 +58,6 @@ public class InsureController extends BaseController {
* *
* @param id 主键 * @param id 主键
*/ */
@SaCheckPermission("weishi:insure:query")
@GetMapping("/{id}") @GetMapping("/{id}")
public R<InsureVo> getInfo(@NotNull(message = "主键不能为空") public R<InsureVo> getInfo(@NotNull(message = "主键不能为空")
@PathVariable Long id) { @PathVariable Long id) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论