This commit is contained in:
mashuai 2024-10-24 13:52:27 +08:00
parent 5d7116b4f0
commit 95decb8895
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class BmUnitController extends BaseController
@PreventRepeatSubmit
@RequiresPermissions("basic:unit:remove")
@SysLog(title = "往来单位管理", businessType = OperaType.DELETE, logType = 1,module = "仓储管理->删除往来单位管理")
@DeleteMapping("/{unitIds}")
@DeleteMapping("/{unitId}")
public AjaxResult remove(@PathVariable Long unitId)
{
return bmUnitService.deleteBmUnitByUnitId(unitId);