|
@@ -98,7 +98,7 @@ public class BizCompanyFollowDetailController extends BaseController
|
|
/**
|
|
/**
|
|
* 删除客户跟进记录
|
|
* 删除客户跟进记录
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('business:company:follow:remove')")
|
|
|
|
|
|
+ @PreAuthorize("@ss.hasPermi('business:company:follow')")
|
|
@Log(title = "客户跟进记录", businessType = BusinessType.DELETE)
|
|
@Log(title = "客户跟进记录", businessType = BusinessType.DELETE)
|
|
@DeleteMapping("/{ids}")
|
|
@DeleteMapping("/{ids}")
|
|
public AjaxResult remove(@PathVariable List<Long> ids)
|
|
public AjaxResult remove(@PathVariable List<Long> ids)
|