|
@@ -107,14 +107,14 @@ public class SopUserLogsController extends BaseController
|
|
|
}
|
|
|
|
|
|
|
|
|
-// /**
|
|
|
-// * 删除sopUserLogs
|
|
|
-// */
|
|
|
-// @PreAuthorize("@ss.hasPermi('qwSop:sopUserLogs:remove')")
|
|
|
-// @Log(title = "sopUserLogs", businessType = BusinessType.DELETE)
|
|
|
-// @DeleteMapping("/{ids}")
|
|
|
-// public AjaxResult remove(@PathVariable Long[] ids)
|
|
|
-// {
|
|
|
-// return toAjax(sopUserLogsService.deleteSopUserLogsByIds(ids));
|
|
|
-// }
|
|
|
+ /**
|
|
|
+ * 删除sopUserLogs
|
|
|
+ */
|
|
|
+ @PreAuthorize("@ss.hasPermi('qwSop:sopUserLogs:remove')")
|
|
|
+ @Log(title = "删除sopUserLogs", businessType = BusinessType.DELETE)
|
|
|
+ @DeleteMapping("/{ids}")
|
|
|
+ public AjaxResult remove(@PathVariable String[] ids)
|
|
|
+ {
|
|
|
+ return toAjax(sopUserLogsService.deleteSopUserLogsByIds(ids));
|
|
|
+ }
|
|
|
}
|