|
@@ -112,7 +112,7 @@ public class SopUserLogsController extends BaseController
|
|
|
/**
|
|
|
* 删除sopUserLogs
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('qwSop:sopUserLogs:remove')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('qw:sopUserLogs:remove')")
|
|
|
@Log(title = "删除sopUserLogs", businessType = BusinessType.DELETE)
|
|
|
@DeleteMapping("/{ids}")
|
|
|
public AjaxResult remove(@PathVariable String[] ids)
|