|
@@ -182,6 +182,7 @@ public class LawenforcementRecordController extends BaseController {
|
|
@Log(title = "任务数据", businessType = BusinessType.DELETE)
|
|
@Log(title = "任务数据", businessType = BusinessType.DELETE)
|
|
@DeleteMapping("/{ids}")
|
|
@DeleteMapping("/{ids}")
|
|
public AjaxResult remove(@PathVariable String[] ids) {
|
|
public AjaxResult remove(@PathVariable String[] ids) {
|
|
|
|
+ System.out.println("ids = " + ids);
|
|
return toAjax(lawenforcementRecordService.deleteLawenforcementRecordByIds(ids));
|
|
return toAjax(lawenforcementRecordService.deleteLawenforcementRecordByIds(ids));
|
|
}
|
|
}
|
|
|
|
|