This commit is contained in:
parent
5d7116b4f0
commit
95decb8895
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue