|
@@ -66,7 +66,7 @@ public class ContactController extends JeecgController<Contact, IContactService>
|
|
|
*/
|
|
|
@AutoLog(value = "通讯录-添加")
|
|
|
@ApiOperation(value="通讯录-添加", notes="通讯录-添加")
|
|
|
- //@RequiresPermissions("lg:contact:add")
|
|
|
+ @RequiresPermissions("lg:contact:add")
|
|
|
@PostMapping(value = "/add")
|
|
|
public Result<String> add(@RequestBody Contact contact) {
|
|
|
contactService.save(contact);
|