修改仓储名称
This commit is contained in:
@@ -93,7 +93,7 @@ namespace IRaCIS.Application.Services
|
||||
return ResponseOutput.NotOk("不允许直接删除父节点");
|
||||
}
|
||||
|
||||
var success =await menuRepository.BatchDeleteAsync(u => u.Id == menuId);
|
||||
var success =await menuRepository.BatchDeleteNoTrackingAsync(u => u.Id == menuId);
|
||||
|
||||
return ResponseOutput.Result(success);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user