|
|
@@ -722,7 +722,7 @@ public class QwExternalContactController extends BaseController
|
|
|
|
|
|
return qwExternalContactService.setCustomerCourseSopList(param);
|
|
|
}
|
|
|
- @PreAuthorize("@ss.hasPermi('qw:externalContact:edit')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('qw:externalContact:edit') or @ss.hasPermi('qw:externalContact:deptEdit') or @ss.hasPermi('qw:externalContact:myEdit')")
|
|
|
@Log(title = "批量修改备注", businessType = BusinessType.UPDATE)
|
|
|
@PostMapping("/batchUpdateExternalContactNotes")
|
|
|
public R batchUpdateExternalContactNotes(@RequestBody QwExternalContactUpdateNoteParam param) throws JSONException {
|