This commit is contained in:
parent
95decb8895
commit
bf47ea3891
|
|
@ -114,7 +114,7 @@ public class BmUnitController extends BaseController
|
|||
@RequiresPermissions("basic:unit:remove")
|
||||
@SysLog(title = "往来单位管理", businessType = OperaType.DELETE, logType = 1,module = "仓储管理->删除往来单位管理")
|
||||
@DeleteMapping("/{unitId}")
|
||||
public AjaxResult remove(@PathVariable Long unitId)
|
||||
public AjaxResult remove(@PathVariable("unitId") Long unitId)
|
||||
{
|
||||
return bmUnitService.deleteBmUnitByUnitId(unitId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue