提交 1c887617 authored 作者: hzh's avatar hzh

部分功能实现

上级 5328aab6
...@@ -82,7 +82,7 @@ public class CrmAddressController extends BaseController { ...@@ -82,7 +82,7 @@ public class CrmAddressController extends BaseController {
*/ */
@Log(title = "crm-常用地址-设为默认", businessType = BusinessType.UPDATE) @Log(title = "crm-常用地址-设为默认", businessType = BusinessType.UPDATE)
@RepeatSubmit() @RepeatSubmit()
@PostMapping() @PostMapping("/setDefault")
public R<Void> setDefault( @RequestBody Long id) { public R<Void> setDefault( @RequestBody Long id) {
return toAjax(crmAddressService.setDefault(id)); return toAjax(crmAddressService.setDefault(id));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论