|
@@ -103,9 +103,9 @@ public class LcdInfoController extends BaseController
|
|
@PreAuthorize("@ss.hasPermi('system:info:remove')")
|
|
@PreAuthorize("@ss.hasPermi('system:info:remove')")
|
|
@Log(title = "消息", businessType = BusinessType.DELETE)
|
|
@Log(title = "消息", businessType = BusinessType.DELETE)
|
|
@DeleteMapping("/{ids}")
|
|
@DeleteMapping("/{ids}")
|
|
- public AjaxResult remove(@PathVariable Long[] ids)
|
|
|
|
|
|
+ public AjaxResult remove(@PathVariable Long ids)
|
|
{
|
|
{
|
|
- return toAjax(lcdInfoService.deleteLcdInfoByIds(ids));
|
|
|
|
|
|
+ return toAjax(lcdInfoService.deleteLcdInfoById(ids));
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
* 搜索消息列表.
|
|
* 搜索消息列表.
|