|
|
@@ -109,7 +109,7 @@ public class SchoolTypeController extends BaseController {
|
|
|
@ApiOperation("删除高校类型")
|
|
|
@PreAuthorize("@ss.hasPermi('system:type:remove')")
|
|
|
@Log(title = "高校类型" , businessType = BusinessType.DELETE)
|
|
|
- @PostMapping("/delete/{ids}")
|
|
|
+ @PostMapping("/delete")
|
|
|
public AjaxResult<Void> remove(@PathVariable Long[] ids) {
|
|
|
return toAjax(iSchoolTypeService.deleteWithValidByIds(Arrays.asList(ids), true) ? 1 : 0);
|
|
|
}
|