@@ -65,7 +65,7 @@ public class ${table.controllerName} {
}
@PostMapping("/delete/batch")
- public Boolean deleteBatch(List<Integer> ids) {
+ public Boolean deleteBatch(@RequestBody List<Integer> ids) {
return ${table.entityPath}Service.removeBatchByIds(ids);